about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrkjnsn <erikjensen@rkjnsn.net>2016-04-11 11:31:00 -0700
committerrkjnsn <erikjensen@rkjnsn.net>2016-04-11 11:31:00 -0700
commit3757a3786ca9ac21c385fda96baa2c0e457a2f52 (patch)
tree16ea65ae11cf12e397585afa64e988495d0bfa88
parentb622c3e0856767d8e53cf141e2e0a7b6d72a198b (diff)
downloadrust-3757a3786ca9ac21c385fda96baa2c0e457a2f52.tar.gz
rust-3757a3786ca9ac21c385fda96baa2c0e457a2f52.zip
Fix conflicting link identifiers
-rw-r--r--RELEASES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 5682960709f..6c76d13360f 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -130,7 +130,7 @@ Compatibility Notes
   numbers [no longer return platform-specific types][1.8r], but
   instead return widened integers. [RFC 1415].
 * [Modules sourced from the filesystem cannot appear within arbitrary
-  blocks, but only within other modules][1.8m].
+  blocks, but only within other modules][1.8mf].
 * [`--cfg` compiler flags are parsed strictly as identifiers][1.8c].
 * On Unix, [stack overflow triggers a runtime abort instead of a
   SIGSEGV][1.8so].
@@ -160,7 +160,7 @@ Compatibility Notes
 [1.8h]: https://github.com/rust-lang/rust/pull/31460
 [1.8l]: https://github.com/rust-lang/rust/pull/31668
 [1.8m]: https://github.com/rust-lang/rust/pull/31020
-[1.8m]: https://github.com/rust-lang/rust/pull/31534
+[1.8mf]: https://github.com/rust-lang/rust/pull/31534
 [1.8mp]: https://github.com/rust-lang/rust/pull/30894
 [1.8mr]: https://users.rust-lang.org/t/multirust-0-8-with-cross-std-installation/4901
 [1.8ms]: https://github.com/rust-lang/rust/pull/30448