Skip to content

Commit 7052d45

Browse files
authored
Merge pull request #1472 from ehuss/cargo-changelog
Update cargo's changelog location
2 parents 8ac987d + e52d39f commit 7052d45

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

posts/2020-08-27-Rust-1.46.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ See the [detailed release notes][notes] for more.
119119

120120
### Other changes
121121

122-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-146-2020-08-27
122+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-146-2020-08-27
123123
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-146
124124

125125
There are other changes in the Rust 1.46.0 release: check out what changed in

posts/2020-10-08-Rust-1.47.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ See the [detailed release notes][notes] for more.
219219

220220
[Rustdoc has gained support for the Ayu theme](https://github.com/rust-lang/rust/pull/71237/).
221221

222-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-147-2020-10-08
222+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-147-2020-10-08
223223
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-147
224224

225225
There are other changes in the Rust 1.47.0 release: check out what changed in

posts/2020-11-19-Rust-1.48.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ See the [detailed release notes][notes] for more.
220220

221221
### Other changes
222222

223-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-148-2020-11-19
223+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-148-2020-11-19
224224
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-148
225225

226226
There are other changes in the Rust 1.48.0 release: check out what changed in

posts/2020-12-31-Rust-1.49.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ See the [detailed release notes][notes] to learn about other changes.
184184

185185
### Other changes
186186

187-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-149-2020-12-31
187+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-149-2020-12-31
188188
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-149
189189

190190
There are other changes in the Rust 1.49.0 release: check out what changed in

posts/2021-02-11-Rust-1.50.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ See the [detailed release notes][notes] to learn about other changes.
157157

158158
### Other changes
159159

160-
[relnotes-cargo]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-150-2021-02-11
160+
[relnotes-cargo]: https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-150-2021-02-11
161161
[relnotes-clippy]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-150
162162

163163
There are other changes in the Rust 1.50.0 release: check out what changed in

posts/2021-03-25-Rust-1.51.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The following methods were stabilised.
200200

201201
### Other changes
202202

203-
There are other changes in the Rust 1.51.0 release: check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1510-2021-03-25), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-151-2021-03-25), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-151).
203+
There are other changes in the Rust 1.51.0 release: check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1510-2021-03-25), [Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-151-2021-03-25), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-151).
204204

205205
### Contributors to 1.51.0
206206
Many people came together to create Rust 1.51.0. We couldn't have done it without all of you. [Thanks!](https://thanks.rust-lang.org/rust/1.51.0/)

posts/2021-05-06-Rust-1.52.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following previously stable APIs are now `const`.
8282

8383
### Other changes
8484

85-
There are other changes in the Rust 1.52.0 release: check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1520-2021-05-06), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-152-2021-05-06), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-152).
85+
There are other changes in the Rust 1.52.0 release: check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1520-2021-05-06), [Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-152-2021-05-06), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-152).
8686

8787
### Contributors to 1.52.0
8888

posts/2021-06-17-Rust-1.53.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ The following methods and trait implementations were stabilized.
175175
There are other changes in the Rust 1.53.0 release:
176176
check out what changed in
177177
[Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1530-2021-06-17),
178-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-153-2021-06-17),
178+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-153-2021-06-17),
179179
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-153).
180180

181181
### Contributors to 1.53.0

posts/2021-07-29-Rust-1.54.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The following methods and trait implementations were stabilized.
117117
### Other changes
118118

119119
There are other changes in the Rust 1.54.0 release:
120-
check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-154-2021-07-29), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-154).
120+
check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1540-2021-07-29), [Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-154-2021-07-29), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-154).
121121

122122
rustfmt has also been fixed in the 1.54.0 release to properly format nested
123123
out-of-line modules. This may cause changes in formatting to files that were

posts/2021-09-09-Rust-1.55.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The following previously stable functions are now `const`.
154154
### Other changes
155155

156156
There are other changes in the Rust 1.55.0 release:
157-
check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-55-2021-09-09), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-155-2021-09-09), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-155).
157+
check out what changed in [Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-55-2021-09-09), [Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-155-2021-09-09), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-155).
158158

159159
### Contributors to 1.55.0
160160

posts/2021-10-21-Rust-1.56.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following previously stable functions are now `const`.
173173

174174
There are other changes in the Rust 1.56.0 release: check out what changed in
175175
[Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1560-2021-10-21),
176-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-156-2021-10-21),
176+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-156-2021-10-21),
177177
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-156).
178178

179179
### Contributors to 1.56.0

posts/2021-12-02-Rust-1.57.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following previously stable functions are now `const`.
9393

9494
There are other changes in the Rust 1.57.0 release: check out what changed in
9595
[Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1570-2021-12-02),
96-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-157-2021-12-02),
96+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-157-2021-12-02),
9797
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-157).
9898

9999
### Contributors to 1.57.0

posts/2022-01-13-Rust-1.58.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The following previously stable functions are now `const`.
166166

167167
There are other changes in the Rust 1.58.0 release: check out what changed in
168168
[Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1580-2022-01-13),
169-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-158-2022-01-13),
169+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-158-2022-01-13),
170170
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-158).
171171

172172
### Contributors to 1.58.0

posts/2022-02-24-Rust-1.59.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The following previously stable functions are now `const`:
244244

245245
There are other changes in the Rust 1.59.0 release. Check out what changed in
246246
[Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1590-2022-02-24),
247-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-159-2022-02-24),
247+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-159-2022-02-24),
248248
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-159).
249249

250250
### Contributors to 1.59.0

posts/2022-04-07-Rust-1.60.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The following methods and trait implementations are now stabilized:
184184

185185
There are other changes in the Rust 1.60.0 release. Check out what changed in
186186
[Rust](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1600-2022-04-07),
187-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-160-2022-04-07),
187+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-160-2022-04-07),
188188
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-160).
189189

190190
### Contributors to 1.60.0

posts/2022-05-19-Rust-1.61.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The following previously stable functions are now `const`:
149149

150150
There are other changes in the Rust 1.61.0 release. Check out what changed in
151151
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1610-2022-05-19),
152-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-161-2022-05-19),
152+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-161-2022-05-19),
153153
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-161).
154154

155155
In a future release we're planning to increase the baseline requirements for

posts/2022-06-30-Rust-1.62.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The following methods and trait implementations are now stabilized:
9999

100100
There are other changes in the Rust 1.62.0 release. Check out what changed in
101101
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1620-2022-06-30),
102-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-162-2022-06-30),
102+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-162-2022-06-30),
103103
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-162).
104104

105105
### Contributors to 1.62.0

posts/2022-08-11-Rust-1.63.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ These APIs are now usable in const contexts:
247247

248248
There are other changes in the Rust 1.63.0 release. Check out what changed in
249249
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1630-2022-08-11),
250-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-163-2022-08-11),
250+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-163-2022-08-11),
251251
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-163).
252252

253253
### Contributors to 1.63.0

posts/2022-09-22-Rust-1.64.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ There are other changes in the Rust 1.64 release, including:
295295

296296
Check out everything that changed in
297297
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1640-2022-09-22),
298-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-164-2022-09-22),
298+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-164-2022-09-22),
299299
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-164).
300300

301301
### Contributors to 1.64.0

posts/2022-11-03-Rust-1.65.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ There are other changes in the Rust 1.65 release, including:
224224

225225
Check out everything that changed in
226226
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1650-2022-11-03),
227-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-165-2022-11-03),
227+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-165-2022-11-03),
228228
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-165).
229229

230230
### Contributors to 1.65.0

posts/2022-12-15-Rust-1.66.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ There are other changes in the Rust 1.66 release, including:
154154

155155
Check out everything that changed in
156156
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1660-2022-12-15),
157-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-166-2022-12-15),
157+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-166-2022-12-15),
158158
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-166).
159159

160160
### Contributors to 1.66.0

posts/2023-01-26-Rust-1.67.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ These APIs are now stable in const contexts:
9191

9292
Check out everything that changed in
9393
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1670-2023-01-26),
94-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-167-2023-01-26),
94+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-167-2023-01-26),
9595
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-167).
9696

9797
### Contributors to 1.67.0

posts/2023-03-09-Rust-1.68.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ These APIs are now stable in const contexts:
121121

122122
Check out everything that changed in
123123
[Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1680-2023-03-09),
124-
[Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-168-2023-03-09),
124+
[Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-168-2023-03-09),
125125
and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-168).
126126

127127
### Contributors to 1.68.0

posts/2023-04-20-Rust-1.69.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ These APIs are now stable in const contexts:
7777

7878
### Other changes
7979

80-
Check out everything that changed in [Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1690-2023-04-20), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-169-2023-04-20), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-169).
80+
Check out everything that changed in [Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1690-2023-04-20), [Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-169-2023-04-20), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-169).
8181

8282
## Contributors to 1.69.0
8383

posts/2023-06-01-Rust-1.70.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There are known cases where unstable options may have been used without direct u
119119

120120
### Other changes
121121

122-
Check out everything that changed in [Rust](https://github.com/rust-lang/rust/releases/tag/1.70.0), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-170-2023-06-01), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-170).
122+
Check out everything that changed in [Rust](https://github.com/rust-lang/rust/releases/tag/1.70.0), [Cargo](https://doc.rust-lang.org/nightly/cargo/CHANGELOG.html#cargo-170-2023-06-01), and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-170).
123123

124124
## Contributors to 1.70.0
125125

0 commit comments

Comments
 (0)