Skip to content

Commit e52d39f

Browse files
committed
Update cargo's changelog location
Cargo has moved its changelog to the static site in order to deal with GitHub markdown rendering issues. This updates all the links to use the new location.
1 parent 27750d4 commit e52d39f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+50
-50
lines changed

posts/2019-05-23-Rust-1.35.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ See the [detailed release notes for Clippy][relnotes-clippy] for more details.
279279
### Changes in Cargo
280280

281281
[relnotes-cargo]:
282-
https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-135-2019-05-23
282+
https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-135-2019-05-23
283283

284284
See the [detailed release notes for Cargo][relnotes-cargo] for more details.
285285

posts/2019-07-04-Rust-1.36.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ the implementation in `std` still defaults to the SipHash 1-3 hashing algorithm.
148148
[`--offline`]: https://doc.rust-lang.org/cargo/commands/cargo-build.html#cargo_build_manifest_options
149149
[`cargo fetch`]: https://doc.rust-lang.org/cargo/commands/cargo-fetch.html
150150
[nrc-blog]: https://www.ncameron.org/blog/cargo-offline/
151-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-136-2019-07-04
151+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-136-2019-07-04
152152

153153
During most builds, Cargo doesn't interact with the network.
154154
Sometimes, however, Cargo has to.

posts/2019-08-15-Rust-1.37.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In Rust 1.37.0 there have been a number of standard library stabilizations:
158158

159159
### Other changes
160160

161-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-137-2019-08-15
161+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-137-2019-08-15
162162
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-137
163163

164164
There are other changes in the Rust 1.37 release: check out what changed in [Rust][notes], [Cargo][relnotes-cargo], and [Clippy][relnotes-clippy].

posts/2019-09-26-Rust-1.38.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Additionally, these functions have been stabilized:
125125
### Other changes
126126

127127
[relnotes-rust]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1380-2019-09-26
128-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-138-2019-09-26
128+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-138-2019-09-26
129129
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-138
130130

131131
There are other changes in the Rust 1.38 release: check out what changed in [Rust][relnotes-rust], [Cargo][relnotes-cargo], and [Clippy][relnotes-clippy].

posts/2019-11-07-Rust-1.39.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ In Rust 1.39.0 the following functions were stabilized:
157157

158158
### Other changes
159159

160-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-139-2019-11-07
160+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-139-2019-11-07
161161
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-139
162162
[compat-notes]: https://github.com/rust-lang/rust/blob/stable/RELEASES.md#compatibility-notes
163163

posts/2019-12-19-Rust-1.40.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ In Rust 1.40.0 the following functions and macros were stabilized:
238238

239239
### Other changes
240240

241-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-140-2019-12-19
241+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-140-2019-12-19
242242
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-140
243243
[compat-notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#compatibility-notes
244244

posts/2020-01-30-Rust-1.41.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Rust 1.42.0, these targets will be demoted to the lowest support tier.
197197

198198
### Other changes
199199

200-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-141-2020-01-30
200+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-141-2020-01-30
201201
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-141
202202
[mir-opt]: https://blog.rust-lang.org/inside-rust/2019/12/02/const-prop-on-by-default.html
203203

posts/2020-03-12-Rust-1.42.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ In this release, if you are using Cargo, [you no longer need this line when work
168168

169169
### Other changes
170170

171-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-142-2020-03-12
171+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-142-2020-03-12
172172
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-142
173173

174174
There are other changes in the Rust 1.42.0 release: check out what changed in [Rust][notes], [Cargo][relnotes-cargo], and [Clippy][relnotes-clippy].

posts/2020-04-23-Rust-1.43.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Additionally, we stabilized six new APIs:
116116

117117
### Other changes
118118

119-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-143-2020-04-23
119+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-143-2020-04-23
120120
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-143
121121

122122
There are other changes in the Rust 1.43.0 release: check out what changed in

posts/2020-07-16-Rust-1.45.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ There are other changes in the Rust 1.45.0 release: check out what changed in
275275
Many people came together to create Rust 1.45.0. We couldn't have done it
276276
without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.45.0/)
277277

278-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-145-2020-07-16
278+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-145-2020-07-16
279279
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-145
280280

281281
[`Arc::as_ptr`]: https://doc.rust-lang.org/stable/std/sync/struct.Arc.html#method.as_ptr

0 commit comments

Comments
 (0)