Skip to content

Commit 3c13afa

Browse files
committed
Add hyperlinks to the README
1 parent 4689787 commit 3c13afa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ If you want a template with English source code comments, please request it to u
4242
- `--name`: パッケージの名前。例:`abc086c`
4343
- `--branch`: このテンプレートリポジトリのブランチ名。`ja`テンプレートを使いたいなら`ja`を指定する
4444

45-
1. `Cargo.toml`ファイルを開き`[dependencies]`セクションにあるクレートのなかから、必要なものをコメントアウトします
45+
1. [`Cargo.toml`](./Cargo.toml)ファイルを開き`[dependencies]`セクションにあるクレートのなかで必要なもののコメントを外します
4646

47-
1. `tests/sample_inputs.rs`ファイルを開き、テストケースを追加します。
47+
1. [`tests/sample_inputs.rs`](./tests/sample_inputs.rs)ファイルを開き、テストケースを追加します。
4848

49-
1. `src/main.rs`に解答となるプログラムを書きます。
49+
1. [`src/main.rs`](./src/main.rs)に解答となるプログラムを書きます。
5050

5151
1. 以下のコマンドでテストケースを実行し、テストにパスするか確認します。
5252

0 commit comments

Comments
 (0)