Skip to content

Commit 25bf8cc

Browse files
committed
Auto merge of #6703 - ehuss:links-edition-guide, r=dwijnand
Fix links to the permanent home of the edition guide.
2 parents 131823a + 8e8a904 commit 25bf8cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cargo/util/diagnostic_server.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ your `Cargo.toml` and then rerun this command. Once all warnings have been fixed
174174
then you can re-enable the `edition` key in `Cargo.toml`. For some more
175175
information about transitioning to the {0} edition see:
176176
177-
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
177+
https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
178178
",
179179
edition,
180180
file,
@@ -200,7 +200,7 @@ consider migrating to the {0} edition by adding `edition = '{0}'` to
200200
`Cargo.toml` and then rerunning this command; a more detailed transition
201201
guide can be found at
202202
203-
https://rust-lang-nursery.github.io/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
203+
https://doc.rust-lang.org/edition-guide/editions/transitioning-an-existing-project-to-a-new-edition.html
204204
",
205205
idioms,
206206
file,

src/doc/src/appendix/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ manifest is located.
172172
[cargo-unstable]: https://doc.rust-lang.org/nightly/cargo/reference/unstable.html
173173
[config option]: reference/config.html
174174
[directory layout]: reference/manifest.html#the-project-layout
175-
[edition guide]: https://rust-lang-nursery.github.io/edition-guide/
175+
[edition guide]: https://doc.rust-lang.org/edition-guide/
176176
[edition-field]: reference/manifest.html#the-edition-field-optional
177177
[environment variable]: reference/environment-variables.html
178178
[feature]: reference/manifest.html#the-features-section

0 commit comments

Comments
 (0)