Skip to content

Commit 6241e05

Browse files
committed
Fix a link in ch07-04
1 parent 6fd2d1f commit 6241e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch07-04-bringing-paths-into-scope-with-the-use-keyword.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ library documentation](../std/prelude/index.html#other-preludes)
497497
for more information on that pattern.
498498
-->
499499
glob演算子はしばしば、テストの際、テストされるあらゆるものを`tests`モジュールに持ち込むために使われます。これについては11章[テストの書き方][writing-tests]の節で話します。
500-
glob演算子はプレリュードパターンの一部としても使われることがあります:そのようなパターンについて、より詳しくは[標準ライブラリのドキュメント](../std/prelude/index.html#other-preludes)をご覧ください。
500+
glob演算子はプレリュードパターンの一部としても使われることがあります:そのようなパターンについて、より詳しくは[標準ライブラリのドキュメント](https://doc.rust-lang.org/std/prelude/index.html#other-preludes)をご覧ください。
501501

502502
[rand]: ch02-00-guessing-game-tutorial.html#generating-a-random-number
503503
[writing-tests]: ch11-01-writing-tests.html#how-to-write-tests

0 commit comments

Comments
 (0)