@@ -13,7 +13,7 @@ contribute to. Help is welcome.
13
13
To start, clone the cookbook from git and navigate to that directory:
14
14
15
15
```
16
- git clone https://github.com/brson /rust-cookbook.git
16
+ git clone https://github.com/rust-lang-nursery /rust-cookbook.git
17
17
cd rust-cookbook
18
18
```
19
19
@@ -82,9 +82,9 @@ Contribution will be open to a broader set of crates in the future.
82
82
For more about which crates are represented in the cookbook, see [ "a
83
83
note about crate representation"] [ which-crates ] in the cookbook.
84
84
85
- [ example ] : https://github.com/brson /rust-cookbook/issues?q=is%3Aissue+is%3Aopen+label%3Aexample
86
- [ tracking issue ] : https://github.com/brson /rust-cookbook/issues?q=is%3Aissue+is%3Aopen+label%3A%22tracking+issue%22
87
- [ which-crates ] : https://brson .github.io/rust-cookbook/about.html#a-note-about-crate-representation
85
+ [ example ] : https://github.com/rust-lang-nursery /rust-cookbook/issues?q=is%3Aissue+is%3Aopen+label%3Aexample
86
+ [ tracking issue ] : https://github.com/rust-lang-nursery /rust-cookbook/issues?q=is%3Aissue+is%3Aopen+label%3A%22tracking+issue%22
87
+ [ which-crates ] : https://rust-lang-nursery .github.io/rust-cookbook/about.html#a-note-about-crate-representation
88
88
[ libz blitz ] : https://internals.rust-lang.org/t/rust-libz-blitz/5184
89
89
90
90
## Adding an example
@@ -100,7 +100,7 @@ Adding an example involves:
100
100
101
101
The finished commit will look something like [ this one] .
102
102
103
- [ this one ] : https://github.com/brson /rust-cookbook/commit/e698443f2af08d3106d953c68c1977eba3c3526c
103
+ [ this one ] : https://github.com/rust-lang-nursery /rust-cookbook/commit/e698443f2af08d3106d953c68c1977eba3c3526c
104
104
105
105
Examples are presently organized in three ways:
106
106
@@ -121,7 +121,7 @@ but since the cookbook is so new, quite possibly not. Ask on thread.
121
121
For most steps you can simply follow the lead of existing examples.
122
122
The art comes in writing effective examples.
123
123
124
- [ "how to read this book" ] : https://brson .github.io/rust-cookbook/about.html#how-to-read-this-book
124
+ [ "how to read this book" ] : https://rust-lang-nursery .github.io/rust-cookbook/about.html#how-to-read-this-book
125
125
126
126
## Example guidelines
127
127
@@ -162,7 +162,7 @@ supports the use case and might not be obvious to someone new. Say the
162
162
minimum possible about aspects that don't directly support the use
163
163
case. See [ "basics"] for examples.
164
164
165
- [ "basics" ] : https://brson .github.io/rust-cookbook/basics.html
165
+ [ "basics" ] : https://rust-lang-nursery .github.io/rust-cookbook/basics.html
166
166
167
167
Hyperlink all references to APIs, either on doc.rust-lang.org/std or
168
168
docs.rs, and style them as ` code ` .
@@ -171,4 +171,4 @@ Finally, this book is intended to also demonstrate the integration
171
171
of crates that work well together. Super bonus points for examples
172
172
that feature multiple crates sensibly.
173
173
174
- [ errors ] : https://brson .github.io/rust-cookbook/about.html#a-note-about-error-handling
174
+ [ errors ] : https://rust-lang-nursery .github.io/rust-cookbook/about.html#a-note-about-error-handling
0 commit comments