Skip to content

Commit e863cc7

Browse files
authored
Merge pull request #196 from koic/fix_an_incorrect_links
Fix incorrect anchor links
2 parents 9596a01 + f430833 commit e863cc7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/ch07-01-packages-and-crates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ Let’s move on and talk about the module system!
108108
では、モジュールシステムの話に移りましょう!
109109

110110
[modules]: ch07-02-defining-modules-to-control-scope-and-privacy.html
111-
[rand]: ch02-00-guessing-game-tutorial.html#generating-a-random-number
111+
[rand]: ch02-00-guessing-game-tutorial.html#乱数を生成する

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

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

502-
[rand]: ch02-00-guessing-game-tutorial.html#generating-a-random-number
503-
[writing-tests]: ch11-01-writing-tests.html#how-to-write-tests
502+
[rand]: ch02-00-guessing-game-tutorial.html#乱数を生成する
503+
[writing-tests]: ch11-01-writing-tests.html#テストの記述法

src/ch11-01-writing-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ test`.
10071007
[concatenation-with-the--operator-or-the-format-macro]:
10081008
ch08-02-strings.html#%E6%BC%94%E7%AE%97%E5%AD%90%E3%81%BE%E3%81%9F%E3%81%AFformat%E3%83%9E%E3%82%AF%E3%83%AD%E3%81%A7%E9%80%A3%E7%B5%90
10091009
[controlling-how-tests-are-run]:
1010-
ch11-02-running-tests.html#controlling-how-tests-are-run
1010+
ch11-02-running-tests.html#テストの実行のされ方を制御する
10111011
[derivable-traits]: appendix-03-derivable-traits.html
1012-
[doc-comments]: ch14-02-publishing-to-crates-io.html#documentation-comments-as-tests
1012+
[doc-comments]: ch14-02-publishing-to-crates-io.html#テストとしてのドキュメンテーションコメント
10131013
[paths-for-referring-to-an-item-in-the-module-tree]: ch07-03-paths-for-referring-to-an-item-in-the-module-tree.html

0 commit comments

Comments
 (0)