Skip to content

Commit 75aeb75

Browse files
committed
doc.rust-lang.org 内でのみ機能する相対リンクを修正
1 parent 6da5374 commit 75aeb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ch08-01-vectors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,6 @@ Let’s move on to the next collection type: `String`!
498498
-->
499499

500500
[data-types]: ch03-02-data-types.html#データ型
501-
[nomicon]: ../nomicon/vec/vec.html
502-
[vec-api]: ../std/vec/struct.Vec.html
501+
[nomicon]: https://doc.rust-lang.org/nomicon/vec/vec.html
502+
[vec-api]: https://doc.rust-lang.org/std/vec/struct.Vec.html
503503
[deref]: ch15-02-deref.html#参照外し演算子で値までポインタを追いかける

0 commit comments

Comments
 (0)