We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da5374 commit 75aeb75Copy full SHA for 75aeb75
src/ch08-01-vectors.md
@@ -498,6 +498,6 @@ Let’s move on to the next collection type: `String`!
498
-->
499
500
[data-types]: ch03-02-data-types.html#データ型
501
-[nomicon]: ../nomicon/vec/vec.html
502
-[vec-api]: ../std/vec/struct.Vec.html
+[nomicon]: https://doc.rust-lang.org/nomicon/vec/vec.html
+[vec-api]: https://doc.rust-lang.org/std/vec/struct.Vec.html
503
[deref]: ch15-02-deref.html#参照外し演算子で値までポインタを追いかける
0 commit comments