Skip to content

Commit d4ed04d

Browse files
authored
Update src/ch01-01-installation.md
リンク切れを修正しました。
1 parent 10fae79 commit d4ed04d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ch01-01-installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ an internet connection for the download.
1717
> installation page](https://www.rust-lang.org/tools/install) for other options.
1818
-->
1919

20-
> 注釈: なんらかの理由で`rustup`を使用したくない場合、[Rustインストールページ][the Rust installation page]で、
20+
> 注釈: なんらかの理由で`rustup`を使用したくない場合、[Rustインストールページ][rust-installation-page]で、
2121
> 他の選択肢をご覧になってください。
2222
23-
> 訳注:日本語版のthe Rust installation pageは[こちら][the Rust installation page-ja]です。
23+
> 訳注:日本語版のthe Rust installation pageは[こちら][rust-installation-page-ja]です。
2424
25-
[the Rust installation page]: https://www.rust-lang.org/tools/install/
26-
[the Rust installation page-ja: https://www.rust-lang.org/ja/tools/install/
25+
[rust-installation-page]: https://www.rust-lang.org/tools/install/
26+
[rust-installation-page-ja]: https://www.rust-lang.org/ja/tools/install/
2727

2828
<!--
2929
The following steps install the latest stable version of the Rust compiler.

0 commit comments

Comments
 (0)