diff --git a/include/boost/detail/lightweight_mutex.hpp b/include/boost/detail/lightweight_mutex.hpp index a99689e..14aad0d 100644 --- a/include/boost/detail/lightweight_mutex.hpp +++ b/include/boost/detail/lightweight_mutex.hpp @@ -19,7 +19,9 @@ // typedef boost::detail::lightweight_mutex; // // boost::detail::lightweight_mutex meets a subset of the Mutex concept -// requirements: http://www.boost.org/libs/thread/doc/mutex_concept.html#Mutex +// requirements: +// +// http://www.boost.org/doc/html/threads/concepts.html#threads.concepts.Mutex // // * Used by the smart pointer library // * Performance oriented