-
Notifications
You must be signed in to change notification settings - Fork 2
/
redirects.toml
91 lines (69 loc) · 1.87 KB
/
redirects.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[[redirect]]
short = "api"
url = "https://rust-lang-nursery.github.io/api-guidelines/"
[[redirect]]
short = "awesome"
url = "https://github.com/rust-unofficial/awesome-rust"
[[redirect]]
short = "book"
url = "https://doc.rust-lang.org/stable/book/second-edition/"
[[redirect]]
short = "cargo"
url = "https://doc.rust-lang.org/cargo/"
[[redirect]]
short = "clippy"
url = "https://rust-lang-nursery.github.io/rust-clippy/"
[[redirect]]
short = "cook"
url = "https://rust-lang-nursery.github.io/rust-cookbook"
[[redirect]]
short = "cookbook"
url = "https://rust-lang-nursery.github.io/rust-cookbook"
[[redirect]]
short = "embedded"
url = "https://japaric.github.io/discovery/"
[[redirect]]
short = "ex"
url = "https://doc.rust-lang.org/stable/rust-by-example/"
[[redirect]]
short = "example"
url = "https://doc.rust-lang.org/stable/rust-by-example/"
[[redirect]]
short = "ffi"
url = "http://jakegoulding.com/rust-ffi-omnibus"
[[redirect]]
short = "learning"
url = "https://github.com/ctjhoa/rust-learning"
[[redirect]]
short = "macrobook"
url = "https://danielkeep.github.io/tlborm/book/README.html"
[[redirect]]
short = "nightly"
url = "https://doc.rust-lang.org/nightly/std"
[[redirect]]
short = "nomicon"
url = "https://doc.rust-lang.org/nomicon"
[[redirect]]
short = "patterns"
url = "https://github.com/rust-unofficial/patterns"
[[redirect]]
short = "ref"
url = "https://doc.rust-lang.org/reference/index.html"
[[redirect]]
short = "rfc"
url = "https://rust-lang.github.io/rfcs"
[[redirect]]
short = "rustc"
url = "https://rust-lang-nursery.github.io/rustc-guide/"
[[redirect]]
short = "std"
url = "https://doc.rust-lang.org/stable/std"
[[redirect]]
short = "toolstate"
url = "https://rust-lang-nursery.github.io/rust-toolstate/"
[[redirect]]
short = "unstable"
url = "https://doc.rust-lang.org/nightly/unstable-book"
[[redirect]]
short = "wasm"
url = "https://rustwasm.github.io/book/"