Skip to content

Commit 04cec5f

Browse files
committed
Auto merge of #6071 - orium:fix-links, r=alexcrichton
Fix urls for the edition guide.
2 parents 18c8c5f + 53421f9 commit 04cec5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cargo/util/diagnostic_server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ your `Cargo.toml` and then rerun this command. Once all warnings have been fixed
150150
then you can re-enable the `edition` key in `Cargo.toml`. For some more
151151
information about transitioning to the {0} edition see:
152152
153-
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-your-code-to-a-new-edition.html
153+
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
154154
",
155155
edition,
156156
file,
@@ -172,7 +172,7 @@ consider migrating to the {0} edition by adding `edition = '{0}'` to
172172
`Cargo.toml` and then rerunning this command; a more detailed transition
173173
guide can be found at
174174
175-
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-your-code-to-a-new-edition.html
175+
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
176176
",
177177
idioms,
178178
file,

0 commit comments

Comments
 (0)