diff --git a/include/boost/unordered_map.hpp b/include/boost/unordered_map.hpp index 7e555586..0e68f640 100644 --- a/include/boost/unordered_map.hpp +++ b/include/boost/unordered_map.hpp @@ -31,7 +31,7 @@ namespace boost { //! An unordered associative container that associates unique keys with another value. /*! For full details see section 6.3.4.4 of the Technical report. - * http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1745.pdf + * http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1836.pdf */ template