@@ -144,7 +144,7 @@ that at most one writer or multiple readers can access the data at any one time.
144144If you wish to learn more about ownership in Rust, start with the chapter in the 
145145Book: 
146146
147- https://doc.rust-lang.org/book/ownership.html 
147+ https://doc.rust-lang.org/book/first-edition/ ownership.html 
148148"## , 
149149
150150E0383 :  r##" 
@@ -366,8 +366,8 @@ let mut a = &mut i;
366366
367367Please note that in rust, you can either have many immutable references, or one 
368368mutable reference. Take a look at 
369- https://doc.rust-lang.org/stable/ book/references-and-borrowing.html for more  
370- information. Example: 
369+ https://doc.rust-lang.org/book/first-edition/ references-and-borrowing.html 
370+ for more  information. Example:
371371
372372
373373``` 
@@ -533,7 +533,7 @@ fn foo(a: &mut i32) {
533533``` 
534534
535535For more information on the rust ownership system, take a look at 
536- https://doc.rust-lang.org/stable/ book/references-and-borrowing.html. 
536+ https://doc.rust-lang.org/book/first-edition /references-and-borrowing.html. 
537537"## , 
538538
539539E0503 :  r##" 
@@ -589,7 +589,7 @@ fn main() {
589589``` 
590590
591591You can find more information about borrowing in the rust-book: 
592- http://doc.rust-lang.org/stable/ book/references-and-borrowing.html 
592+ http://doc.rust-lang.org/book/first-edition /references-and-borrowing.html 
593593"## , 
594594
595595E0504 :  r##" 
@@ -773,7 +773,7 @@ fn main() {
773773``` 
774774
775775You can find more information about borrowing in the rust-book: 
776- http://doc.rust-lang.org/stable/ book/references-and-borrowing.html 
776+ http://doc.rust-lang.org/book/first-edition /references-and-borrowing.html 
777777"## , 
778778
779779E0506 :  r##" 
@@ -972,7 +972,7 @@ fn main() {
972972``` 
973973
974974You can find more information about borrowing in the rust-book: 
975- http://doc.rust-lang.org/stable/ book/references-and-borrowing.html 
975+ http://doc.rust-lang.org/book/first-edition /references-and-borrowing.html 
976976"## , 
977977
978978E0508 :  r##" 
0 commit comments