diff options
| author | Wangshan Lu <wisagan@gmail.com> | 2016-02-16 19:40:06 +0800 |
|---|---|---|
| committer | Wangshan Lu <wisagan@gmail.com> | 2016-02-16 19:40:06 +0800 |
| commit | 4a1ddff1c1fbf444a8a688efc34466ab4fc14ae5 (patch) | |
| tree | d7a9329dda2b00eb44f47b1677c035a8909d30ad | |
| parent | 0bf6394801c9699d1e699f99d3ac62a019d4b1ad (diff) | |
Fix links in release notes 1.7.0
| -rw-r--r-- | RELEASES.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md index 5ff06f2f810..a247eb2e955 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -94,11 +94,11 @@ Misc the `-Z unstable-options` flag. * [When running tests with `--test`, rustdoc will pass `--cfg` arguments to the compiler][1.7dt]. -* [The compiler is built with RPATH information by default][1.7rp]. +* [The compiler is built with RPATH information by default][1.7rpa]. This means that it will be possible to run `rustc` when installed in unusual configurations without configuring the dynamic linker search path explicitly. -* [`rustc` passes `--enable-new-dtags` to GNU ld][1.7dt]. This makes +* [`rustc` passes `--enable-new-dtags` to GNU ld][1.7dta]. This makes any RPATH entries (emitted with `-C rpath`) *not* take precedence over `LD_LIBRARY_PATH`. @@ -132,7 +132,7 @@ Compatibility Notes [1.7cp]: https://github.com/rust-lang/cargo/pull/2224 [1.7d]: https://github.com/rust-lang/rust/pull/30724 [1.7dt]: https://github.com/rust-lang/rust/pull/30372 -[1.7dt]: https://github.com/rust-lang/rust/pull/30394 +[1.7dta]: https://github.com/rust-lang/rust/pull/30394 [1.7f]: https://github.com/rust-lang/rust/pull/30672 [1.7h]: https://github.com/rust-lang/rust/pull/30818 [1.7j]: https://github.com/rust-lang/rust/pull/30711 @@ -140,7 +140,7 @@ Compatibility Notes [1.7m]: https://github.com/rust-lang/rust/pull/30381 [1.7p]: https://github.com/rust-lang/rust/pull/30681 [1.7rp]: https://github.com/rust-lang/rust/pull/29498 -[1.7rp]: https://github.com/rust-lang/rust/pull/30353 +[1.7rpa]: https://github.com/rust-lang/rust/pull/30353 [1.7rr]: https://github.com/rust-lang/cargo/pull/2279 [1.7sf]: https://github.com/rust-lang/rust/pull/30389 [1.7utf8]: https://github.com/rust-lang/rust/pull/30740 |
