Skip to content

Commit f11b52c

Browse files
committed
Fix a link in ch08-00
1 parent 6241e05 commit f11b52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch08-00-common-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ see [the documentation][collections].
4545
標準ライブラリで提供されている他の種のコレクションについて学ぶには、
4646
[ドキュメント][collections]を参照されたし。
4747

48-
[collections]: ../../std/collections/index.html
48+
[collections]: https://doc.rust-lang.org/std/collections/index.html
4949

5050
<!--
5151
We’ll discuss how to create and update vectors, strings, and hash maps, as well

0 commit comments

Comments
 (0)