about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2018-08-02 13:54:21 -0700
committerJosh Stone <jistone@redhat.com>2018-08-02 13:54:21 -0700
commit23bdc82068b679be69a5247cb8d0d44842dbd2c9 (patch)
treec93f6bd02b37214f9023c724d76c3fe13223249a
parent03da14ba8cd22acbcfe1cca617f6c274999e5e9e (diff)
downloadrust-23bdc82068b679be69a5247cb8d0d44842dbd2c9.tar.gz
rust-23bdc82068b679be69a5247cb8d0d44842dbd2c9.zip
RELEASES.md: fix the `hash_map::Entry::or_default` link
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index e969b91b2b6..1f7ffb53d3c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -144,7 +144,7 @@ Compatibility Notes
 [`alloc::handle_alloc_error`]: https://doc.rust-lang.org/std/alloc/fn.handle_alloc_error.html
 [`btree_map::Entry::or_default`]: https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
 [`fmt::Alignment`]: https://doc.rust-lang.org/std/fmt/enum.Alignment.html
-[`hash_map::Entry::or_default`]: https://doc.rust-lang.org/std/collections/btree_map/enum.Entry.html#method.or_default
+[`hash_map::Entry::or_default`]: https://doc.rust-lang.org/std/collections/hash_map/enum.Entry.html#method.or_default
 [`iter::repeat_with`]: https://doc.rust-lang.org/std/iter/fn.repeat_with.html
 [`num::NonZeroUsize`]: https://doc.rust-lang.org/std/num/struct.NonZeroUsize.html
 [`num::NonZeroU128`]: https://doc.rust-lang.org/std/num/struct.NonZeroU128.html