Skip to content

Commit c879bde

Browse files
committed
Link the github tag for relnotes (not live yet)
1 parent 6d0e00b commit c879bde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you have a previous version of Rust installed via rustup, you can get 1.70.0
1313
rustup update stable
1414
```
1515

16-
If you don't have it already, you can [get `rustup`](https://www.rust-lang.org/install.html) from the appropriate page on our website, and check out the [detailed release notes for 1.70.0](https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1700-2023-06-01) on GitHub.
16+
If you don't have it already, you can [get `rustup`](https://www.rust-lang.org/install.html) from the appropriate page on our website, and check out the [detailed release notes for 1.70.0](https://github.com/rust-lang/rust/releases/tag/1.70.0) on GitHub.
1717

1818
If you'd like to help us out by testing future releases, you might consider updating locally to use the beta channel (`rustup default beta`) or the nightly channel (`rustup default nightly`). Please [report](https://github.com/rust-lang/rust/issues/new/choose) any bugs you might come across!
1919

@@ -102,7 +102,7 @@ When `#[test]` functions are compiled, the executable gets a command-line interf
102102

103103
### Other changes
104104

105-
Check out everything that changed in [Rust](https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1700-2023-06-01), [Cargo](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-1700-2023-06-01, and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-170).
105+
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-1700-2023-06-01, and [Clippy](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-170).
106106

107107
## Contributors to 1.70.0
108108

0 commit comments

Comments
 (0)