Skip to content

Commit 7d6d0c3

Browse files
committed
Auto merge of #5900 - orium:fix-broken-url, r=alexcrichton
Fix broken url in diagnostic.
2 parents a284c3f + 6c774e7 commit 7d6d0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util/diagnostic_server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ your `Cargo.toml` and then rerun this command. Once all warnings have been fixed
171171
then you can re-enable the `edition` key in `Cargo.toml`. For some more
172172
information about transitioning to the {0} edition see:
173173
174-
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning.html
174+
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-your-code-to-a-new-edition.html
175175
",
176176
edition,
177177
file,

0 commit comments

Comments
 (0)