diff options
| author | mokou <mokou@posteo.de> | 2020-06-14 14:48:51 +0200 |
|---|---|---|
| committer | mokou <mokou@posteo.de> | 2020-06-14 14:48:51 +0200 |
| commit | 55a9284665dc6ef5d9db6f73e76630f22d3ea43d (patch) | |
| tree | 0278fc456e5fa135d200903f43de14bcf2b91c6d /src/main.rs | |
| parent | 113cdae2d4e4c55905e8056ad326ede7fd7de356 (diff) | |
chore: Move from master branch to main branch
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 9c64de2..aa67aca 100644 --- a/src/main.rs +++ b/src/main.rs @@ -132,7 +132,7 @@ fn main() { println!("You can also contribute your own exercises to help the greater community!"); println!(); println!("Before reporting an issue or contributing, please read our guidelines:"); - println!("https://github.com/rust-lang/rustlings/blob/master/CONTRIBUTING.md"); + println!("https://github.com/rust-lang/rustlings/blob/main/CONTRIBUTING.md"); } if matches.subcommand_name().is_none() { |
