Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/non_cargo_based_projects.md')
| -rw-r--r-- | docs/book/src/non_cargo_based_projects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/non_cargo_based_projects.md b/docs/book/src/non_cargo_based_projects.md index befb631ec0..74489a9046 100644 --- a/docs/book/src/non_cargo_based_projects.md +++ b/docs/book/src/non_cargo_based_projects.md @@ -31,7 +31,7 @@ interface ProjectJson { /// It should point to the directory where std, /// core, and friends can be found: /// - /// https://github.com/rust-lang/rust/tree/master/library. + /// https://github.com/rust-lang/rust/tree/HEAD/library. /// /// If provided, rust-analyzer automatically adds /// dependencies on sysroot crates. Conversely, |