diff --git a/include/boost/log/detail/asio_fwd.hpp b/include/boost/log/detail/asio_fwd.hpp index 59773ed..17a3fde 100644 --- a/include/boost/log/detail/asio_fwd.hpp +++ b/include/boost/log/detail/asio_fwd.hpp @@ -10,7 +10,7 @@ * \date 20.04.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. * * The header provides forward declarations of Boost.ASIO that are required for the user's * code to compile with Boost.Log. The forward declarations allow to avoid including the major diff --git a/include/boost/log/detail/attachable_sstream_buf.hpp b/include/boost/log/detail/attachable_sstream_buf.hpp index 2710d1a..91e8c52 100644 --- a/include/boost/log/detail/attachable_sstream_buf.hpp +++ b/include/boost/log/detail/attachable_sstream_buf.hpp @@ -10,7 +10,7 @@ * \date 29.07.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_ATTACHABLE_SSTREAM_BUF_HPP_INCLUDED_ diff --git a/include/boost/log/detail/attr_output_impl.hpp b/include/boost/log/detail/attr_output_impl.hpp index bd31bb6..2e8bb16 100644 --- a/include/boost/log/detail/attr_output_impl.hpp +++ b/include/boost/log/detail/attr_output_impl.hpp @@ -10,7 +10,7 @@ * \date 12.08.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_ATTR_OUTPUT_IMPL_HPP_INCLUDED_ diff --git a/include/boost/log/detail/attribute_get_value_impl.hpp b/include/boost/log/detail/attribute_get_value_impl.hpp index 9480cb1..111e1a8 100644 --- a/include/boost/log/detail/attribute_get_value_impl.hpp +++ b/include/boost/log/detail/attribute_get_value_impl.hpp @@ -10,7 +10,7 @@ * \date 04.08.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_ATTRIBUTE_GET_VALUE_IMPL_HPP_INCLUDED_ diff --git a/include/boost/log/detail/cleanup_scope_guard.hpp b/include/boost/log/detail/cleanup_scope_guard.hpp index 4955469..5abddef 100644 --- a/include/boost/log/detail/cleanup_scope_guard.hpp +++ b/include/boost/log/detail/cleanup_scope_guard.hpp @@ -10,7 +10,7 @@ * \date 11.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_CLEANUP_SCOPE_GUARD_HPP_INCLUDED_ diff --git a/include/boost/log/detail/code_conversion.hpp b/include/boost/log/detail/code_conversion.hpp index 94d87a7..88cc535 100644 --- a/include/boost/log/detail/code_conversion.hpp +++ b/include/boost/log/detail/code_conversion.hpp @@ -10,7 +10,7 @@ * \date 08.11.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_CODE_CONVERSION_HPP_INCLUDED_ diff --git a/include/boost/log/detail/config.hpp b/include/boost/log/detail/config.hpp index db7e005..d109ab4 100644 --- a/include/boost/log/detail/config.hpp +++ b/include/boost/log/detail/config.hpp @@ -10,7 +10,7 @@ * \date 08.03.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. In this file + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. In this file * internal configuration macros are defined. */ diff --git a/include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp b/include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp index 71d224b..9af64f5 100644 --- a/include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp +++ b/include/boost/log/detail/date_time_fmt_gen_traits_fwd.hpp @@ -10,7 +10,7 @@ * \date 07.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_DATE_TIME_FMT_GEN_TRAITS_FWD_HPP_INCLUDED_ diff --git a/include/boost/log/detail/decomposed_time.hpp b/include/boost/log/detail/decomposed_time.hpp index f790a39..f89e419 100644 --- a/include/boost/log/detail/decomposed_time.hpp +++ b/include/boost/log/detail/decomposed_time.hpp @@ -10,7 +10,7 @@ * \date 07.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_DECOMPOSED_TIME_HPP_INCLUDED_ diff --git a/include/boost/log/detail/deduce_char_type.hpp b/include/boost/log/detail/deduce_char_type.hpp index 368d047..1d2ee23 100644 --- a/include/boost/log/detail/deduce_char_type.hpp +++ b/include/boost/log/detail/deduce_char_type.hpp @@ -10,7 +10,7 @@ * \date 17.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_DEDUCE_CHAR_TYPE_HPP_INCLUDED_ diff --git a/include/boost/log/detail/default_attribute_names.hpp b/include/boost/log/detail/default_attribute_names.hpp index e61878c..c398937 100644 --- a/include/boost/log/detail/default_attribute_names.hpp +++ b/include/boost/log/detail/default_attribute_names.hpp @@ -10,7 +10,7 @@ * \date 15.01.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_DEFAULT_ATTRIBUTE_NAMES_HPP_INCLUDED_ diff --git a/include/boost/log/detail/embedded_string_type.hpp b/include/boost/log/detail/embedded_string_type.hpp index 0c214e5..a587a02 100644 --- a/include/boost/log/detail/embedded_string_type.hpp +++ b/include/boost/log/detail/embedded_string_type.hpp @@ -10,7 +10,7 @@ * \date 16.08.2009 * * This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_EMBEDDED_STRING_TYPE_HPP_INCLUDED_ diff --git a/include/boost/log/detail/fake_mutex.hpp b/include/boost/log/detail/fake_mutex.hpp index 8ce92b7..3c21a16 100644 --- a/include/boost/log/detail/fake_mutex.hpp +++ b/include/boost/log/detail/fake_mutex.hpp @@ -10,7 +10,7 @@ * \date 31.07.2011 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_FAKE_MUTEX_HPP_INCLUDED_ diff --git a/include/boost/log/detail/format.hpp b/include/boost/log/detail/format.hpp index e93a15f..54b35f5 100644 --- a/include/boost/log/detail/format.hpp +++ b/include/boost/log/detail/format.hpp @@ -10,7 +10,7 @@ * \date 15.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_FORMAT_HPP_INCLUDED_ diff --git a/include/boost/log/detail/function_traits.hpp b/include/boost/log/detail/function_traits.hpp index b4124e2..a7b3be9 100644 --- a/include/boost/log/detail/function_traits.hpp +++ b/include/boost/log/detail/function_traits.hpp @@ -10,7 +10,7 @@ * \date 30.08.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_FUNCTION_TRAITS_HPP_INCLUDED_ diff --git a/include/boost/log/detail/id.hpp b/include/boost/log/detail/id.hpp index 8b4d550..9c43776 100644 --- a/include/boost/log/detail/id.hpp +++ b/include/boost/log/detail/id.hpp @@ -10,7 +10,7 @@ * \date 08.01.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_ID_HPP_INCLUDED_ diff --git a/include/boost/log/detail/light_function.hpp b/include/boost/log/detail/light_function.hpp index e7ec07d..ba09dde 100644 --- a/include/boost/log/detail/light_function.hpp +++ b/include/boost/log/detail/light_function.hpp @@ -10,7 +10,7 @@ * \date 20.06.2010 * * \brief This header is the Boost.Log library impl, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. * * The file contains a lightweight alternative of Boost.Function. It does not provide all * features of Boost.Function but doesn't introduce dependency on Boost.Bind. diff --git a/include/boost/log/detail/light_rw_mutex.hpp b/include/boost/log/detail/light_rw_mutex.hpp index b57b517..544ae14 100644 --- a/include/boost/log/detail/light_rw_mutex.hpp +++ b/include/boost/log/detail/light_rw_mutex.hpp @@ -10,7 +10,7 @@ * \date 24.03.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_LIGHT_RW_MUTEX_HPP_INCLUDED_ diff --git a/include/boost/log/detail/locking_ptr.hpp b/include/boost/log/detail/locking_ptr.hpp index fcfdca9..62a9c6f 100644 --- a/include/boost/log/detail/locking_ptr.hpp +++ b/include/boost/log/detail/locking_ptr.hpp @@ -10,7 +10,7 @@ * \date 15.07.2009 * * This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_LOCKING_PTR_HPP_INCLUDED_ diff --git a/include/boost/log/detail/locks.hpp b/include/boost/log/detail/locks.hpp index 828681f..65e2704 100644 --- a/include/boost/log/detail/locks.hpp +++ b/include/boost/log/detail/locks.hpp @@ -10,7 +10,7 @@ * \date 30.05.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_LOCKS_HPP_INCLUDED_ diff --git a/include/boost/log/detail/malloc_aligned.hpp b/include/boost/log/detail/malloc_aligned.hpp index adcf918..02cb3fe 100644 --- a/include/boost/log/detail/malloc_aligned.hpp +++ b/include/boost/log/detail/malloc_aligned.hpp @@ -10,7 +10,7 @@ * \date 12.07.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_MALLOC_ALIGNED_HPP_INCLUDED_ diff --git a/include/boost/log/detail/native_typeof.hpp b/include/boost/log/detail/native_typeof.hpp index 44559b2..8f742bc 100644 --- a/include/boost/log/detail/native_typeof.hpp +++ b/include/boost/log/detail/native_typeof.hpp @@ -10,7 +10,7 @@ * \date 08.03.2009 * * This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_NATIVE_TYPEOF_HPP_INCLUDED_ diff --git a/include/boost/log/detail/parameter_tools.hpp b/include/boost/log/detail/parameter_tools.hpp index 23de026..eea2f7b 100644 --- a/include/boost/log/detail/parameter_tools.hpp +++ b/include/boost/log/detail/parameter_tools.hpp @@ -10,7 +10,7 @@ * \date 28.06.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_PARAMETER_TOOLS_HPP_INCLUDED_ diff --git a/include/boost/log/detail/pp_identity.hpp b/include/boost/log/detail/pp_identity.hpp index 88837c3..d05d196 100644 --- a/include/boost/log/detail/pp_identity.hpp +++ b/include/boost/log/detail/pp_identity.hpp @@ -10,7 +10,7 @@ * \date 12.02.2011 * * This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_PP_IDENTITY_HPP_INCLUDED_ diff --git a/include/boost/log/detail/process_id.hpp b/include/boost/log/detail/process_id.hpp index aba572b..1dce267 100644 --- a/include/boost/log/detail/process_id.hpp +++ b/include/boost/log/detail/process_id.hpp @@ -10,7 +10,7 @@ * \date 12.09.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_PROCESS_ID_HPP_INCLUDED_ diff --git a/include/boost/log/detail/setup_config.hpp b/include/boost/log/detail/setup_config.hpp index b981e7a..583b7b9 100644 --- a/include/boost/log/detail/setup_config.hpp +++ b/include/boost/log/detail/setup_config.hpp @@ -10,7 +10,7 @@ * \date 14.09.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. In this file + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. In this file * internal configuration macros are defined. */ diff --git a/include/boost/log/detail/singleton.hpp b/include/boost/log/detail/singleton.hpp index 2552d93..94de4e6 100644 --- a/include/boost/log/detail/singleton.hpp +++ b/include/boost/log/detail/singleton.hpp @@ -10,7 +10,7 @@ * \date 20.04.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_SINGLETON_HPP_INCLUDED_ diff --git a/include/boost/log/detail/sink_init_helpers.hpp b/include/boost/log/detail/sink_init_helpers.hpp index cf9729b..24742ea 100644 --- a/include/boost/log/detail/sink_init_helpers.hpp +++ b/include/boost/log/detail/sink_init_helpers.hpp @@ -10,7 +10,7 @@ * \date 14.03.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_SINK_INIT_HELPERS_HPP_INCLUDED_ diff --git a/include/boost/log/detail/snprintf.hpp b/include/boost/log/detail/snprintf.hpp index 328941e..d09f4b2 100644 --- a/include/boost/log/detail/snprintf.hpp +++ b/include/boost/log/detail/snprintf.hpp @@ -10,7 +10,7 @@ * \date 20.02.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_SNPRINTF_HPP_INCLUDED_ diff --git a/include/boost/log/detail/spin_mutex.hpp b/include/boost/log/detail/spin_mutex.hpp index 716d38e..0dfb31a 100644 --- a/include/boost/log/detail/spin_mutex.hpp +++ b/include/boost/log/detail/spin_mutex.hpp @@ -10,7 +10,7 @@ * \date 01.08.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_SPIN_MUTEX_HPP_INCLUDED_ diff --git a/include/boost/log/detail/tagged_integer.hpp b/include/boost/log/detail/tagged_integer.hpp index fa6baab..134f712 100644 --- a/include/boost/log/detail/tagged_integer.hpp +++ b/include/boost/log/detail/tagged_integer.hpp @@ -10,7 +10,7 @@ * \date 11.01.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_TAGGED_INTEGER_HPP_INCLUDED_ diff --git a/include/boost/log/detail/thread_id.hpp b/include/boost/log/detail/thread_id.hpp index 30eb554..db94f3e 100644 --- a/include/boost/log/detail/thread_id.hpp +++ b/include/boost/log/detail/thread_id.hpp @@ -10,7 +10,7 @@ * \date 08.01.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_THREAD_ID_HPP_INCLUDED_ diff --git a/include/boost/log/detail/thread_specific.hpp b/include/boost/log/detail/thread_specific.hpp index aeba095..2892cfb 100644 --- a/include/boost/log/detail/thread_specific.hpp +++ b/include/boost/log/detail/thread_specific.hpp @@ -10,7 +10,7 @@ * \date 01.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_THREAD_SPECIFIC_HPP_INCLUDED_ diff --git a/include/boost/log/detail/threadsafe_queue.hpp b/include/boost/log/detail/threadsafe_queue.hpp index 954f23d..98d734b 100644 --- a/include/boost/log/detail/threadsafe_queue.hpp +++ b/include/boost/log/detail/threadsafe_queue.hpp @@ -10,7 +10,7 @@ * \date 05.11.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_THREADSAFE_QUEUE_HPP_INCLUDED_ diff --git a/include/boost/log/detail/timestamp.hpp b/include/boost/log/detail/timestamp.hpp index e69c12f..f1de990 100644 --- a/include/boost/log/detail/timestamp.hpp +++ b/include/boost/log/detail/timestamp.hpp @@ -10,7 +10,7 @@ * \date 31.07.2011 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_TIMESTAMP_HPP_INCLUDED_ diff --git a/include/boost/log/detail/trivial_keyword.hpp b/include/boost/log/detail/trivial_keyword.hpp index 86aeb19..8dd50b7 100644 --- a/include/boost/log/detail/trivial_keyword.hpp +++ b/include/boost/log/detail/trivial_keyword.hpp @@ -10,7 +10,7 @@ * \date 02.12.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_TRIVIAL_KEYWORD_HPP_INCLUDED_ diff --git a/include/boost/log/detail/unhandled_exception_count.hpp b/include/boost/log/detail/unhandled_exception_count.hpp index 0324ac4..4a57b11 100644 --- a/include/boost/log/detail/unhandled_exception_count.hpp +++ b/include/boost/log/detail/unhandled_exception_count.hpp @@ -10,7 +10,7 @@ * \date 05.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DETAIL_UNHANDLED_EXCEPTION_COUNT_HPP_INCLUDED_ diff --git a/include/boost/log/detail/value_ref_visitation.hpp b/include/boost/log/detail/value_ref_visitation.hpp index 945f67e..25f3271 100644 --- a/include/boost/log/detail/value_ref_visitation.hpp +++ b/include/boost/log/detail/value_ref_visitation.hpp @@ -10,7 +10,7 @@ * \date 28.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. In this file + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. In this file * internal configuration macros are defined. */ diff --git a/include/boost/log/detail/visible_type.hpp b/include/boost/log/detail/visible_type.hpp index a107107..28770f1 100644 --- a/include/boost/log/detail/visible_type.hpp +++ b/include/boost/log/detail/visible_type.hpp @@ -10,7 +10,7 @@ * \date 08.03.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. In this file + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. In this file * internal configuration macros are defined. */ diff --git a/src/alignment_gap_between.hpp b/src/alignment_gap_between.hpp index dfd881c..790a314 100644 --- a/src/alignment_gap_between.hpp +++ b/src/alignment_gap_between.hpp @@ -10,7 +10,7 @@ * \date 20.11.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_ALIGNMENT_GAP_BETWEEN_HPP_INCLUDED_ diff --git a/src/atomic_queue.hpp b/src/atomic_queue.hpp index d6e4511..3787379 100644 --- a/src/atomic_queue.hpp +++ b/src/atomic_queue.hpp @@ -10,7 +10,7 @@ * \date 14.07.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_ATOMIC_QUEUE_HPP_INCLUDED_ diff --git a/src/attribute_name.cpp b/src/attribute_name.cpp index 25db349..9a4ab16 100644 --- a/src/attribute_name.cpp +++ b/src/attribute_name.cpp @@ -10,7 +10,7 @@ * \date 28.06.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/attribute_set.cpp b/src/attribute_set.cpp index f8577bf..431404f 100644 --- a/src/attribute_set.cpp +++ b/src/attribute_set.cpp @@ -10,7 +10,7 @@ * \date 19.04.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/attribute_set_impl.hpp b/src/attribute_set_impl.hpp index 306ce71..93c551e 100644 --- a/src/attribute_set_impl.hpp +++ b/src/attribute_set_impl.hpp @@ -10,7 +10,7 @@ * \date 03.07.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_ATTRIBUTE_SET_IMPL_HPP_INCLUDED_ diff --git a/src/attribute_value_set.cpp b/src/attribute_value_set.cpp index b91c7db..8145996 100644 --- a/src/attribute_value_set.cpp +++ b/src/attribute_value_set.cpp @@ -10,7 +10,7 @@ * \date 19.04.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/code_conversion.cpp b/src/code_conversion.cpp index f9bc63d..73a17f0 100644 --- a/src/code_conversion.cpp +++ b/src/code_conversion.cpp @@ -10,7 +10,7 @@ * \date 08.11.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/core.cpp b/src/core.cpp index 9ebea9d..be2ab2a 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -10,7 +10,7 @@ * \date 19.04.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/date_time_format_parser.cpp b/src/date_time_format_parser.cpp index cef17ac..eaa4ead 100644 --- a/src/date_time_format_parser.cpp +++ b/src/date_time_format_parser.cpp @@ -10,7 +10,7 @@ * \date 30.09.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/default_attribute_names.cpp b/src/default_attribute_names.cpp index 4f679cf..6fb1170 100644 --- a/src/default_attribute_names.cpp +++ b/src/default_attribute_names.cpp @@ -10,7 +10,7 @@ * \date 13.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/default_filter_factory.cpp b/src/default_filter_factory.cpp index cd241a6..16c2f3e 100644 --- a/src/default_filter_factory.cpp +++ b/src/default_filter_factory.cpp @@ -10,7 +10,7 @@ * \date 29.05.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #if !defined(BOOST_LOG_WITHOUT_SETTINGS_PARSERS) && !defined(BOOST_LOG_WITHOUT_DEFAULT_FACTORIES) diff --git a/src/default_filter_factory.hpp b/src/default_filter_factory.hpp index 6e6334c..a37db17 100644 --- a/src/default_filter_factory.hpp +++ b/src/default_filter_factory.hpp @@ -10,7 +10,7 @@ * \date 29.05.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_DEFAULT_FILTER_FACTORY_HPP_INCLUDED_ diff --git a/src/default_formatter_factory.cpp b/src/default_formatter_factory.cpp index ab601be..c6d1c55 100644 --- a/src/default_formatter_factory.cpp +++ b/src/default_formatter_factory.cpp @@ -10,7 +10,7 @@ * \date 14.07.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #if !defined(BOOST_LOG_WITHOUT_SETTINGS_PARSERS) && !defined(BOOST_LOG_WITHOUT_DEFAULT_FACTORIES) diff --git a/src/default_formatter_factory.hpp b/src/default_formatter_factory.hpp index cc9a51a..b45692a 100644 --- a/src/default_formatter_factory.hpp +++ b/src/default_formatter_factory.hpp @@ -10,7 +10,7 @@ * \date 14.07.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_DEFAULT_FORMATTER_FACTORY_HPP_INCLUDED_ diff --git a/src/default_sink.cpp b/src/default_sink.cpp index 6ea880f..687dd14 100644 --- a/src/default_sink.cpp +++ b/src/default_sink.cpp @@ -10,7 +10,7 @@ * \date 19.04.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/default_sink.hpp b/src/default_sink.hpp index 48b9561..f5bf5ed 100644 --- a/src/default_sink.hpp +++ b/src/default_sink.hpp @@ -10,7 +10,7 @@ * \date 08.01.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_DEFAULT_SINK_HPP_INCLUDED_ diff --git a/src/dump.cpp b/src/dump.cpp index 308e74f..526936d 100644 --- a/src/dump.cpp +++ b/src/dump.cpp @@ -10,7 +10,7 @@ * \date 03.05.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/dump_avx2.cpp b/src/dump_avx2.cpp index 0cd08f4..045a5d7 100644 --- a/src/dump_avx2.cpp +++ b/src/dump_avx2.cpp @@ -10,7 +10,7 @@ * \date 05.05.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ // NOTE: You should generally avoid including headers as much as possible here, because this file diff --git a/src/dump_ssse3.cpp b/src/dump_ssse3.cpp index 783fcac..462823d 100644 --- a/src/dump_ssse3.cpp +++ b/src/dump_ssse3.cpp @@ -10,7 +10,7 @@ * \date 05.05.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ // NOTE: You should generally avoid including headers as much as possible here, because this file diff --git a/src/event.cpp b/src/event.cpp index 8932b59..7426d34 100644 --- a/src/event.cpp +++ b/src/event.cpp @@ -10,7 +10,7 @@ * \date 24.07.2011 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/event_log_registry.hpp b/src/event_log_registry.hpp index 4f7f77a..cd02dc3 100644 --- a/src/event_log_registry.hpp +++ b/src/event_log_registry.hpp @@ -10,7 +10,7 @@ * \date 16.11.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_EVENT_LOG_REGISTRY_HPP_INCLUDED_ diff --git a/src/exceptions.cpp b/src/exceptions.cpp index c935fe9..0d6b6d5 100644 --- a/src/exceptions.cpp +++ b/src/exceptions.cpp @@ -10,7 +10,7 @@ * \date 31.10.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/filter_parser.cpp b/src/filter_parser.cpp index 3bf610b..0eb2471 100644 --- a/src/filter_parser.cpp +++ b/src/filter_parser.cpp @@ -10,7 +10,7 @@ * \date 31.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SETTINGS_PARSERS diff --git a/src/format_parser.cpp b/src/format_parser.cpp index 471f1f8..ddcce43 100644 --- a/src/format_parser.cpp +++ b/src/format_parser.cpp @@ -10,7 +10,7 @@ * \date 16.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/formatter_parser.cpp b/src/formatter_parser.cpp index e179741..b1390fe 100644 --- a/src/formatter_parser.cpp +++ b/src/formatter_parser.cpp @@ -10,7 +10,7 @@ * \date 07.04.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SETTINGS_PARSERS diff --git a/src/global_logger_storage.cpp b/src/global_logger_storage.cpp index 6e7a2eb..211adf1 100644 --- a/src/global_logger_storage.cpp +++ b/src/global_logger_storage.cpp @@ -10,7 +10,7 @@ * \date 21.04.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/init_from_settings.cpp b/src/init_from_settings.cpp index fac36cb..f4492f2 100644 --- a/src/init_from_settings.cpp +++ b/src/init_from_settings.cpp @@ -10,7 +10,7 @@ * \date 11.10.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SETTINGS_PARSERS diff --git a/src/init_from_stream.cpp b/src/init_from_stream.cpp index a18bbb4..6a2e72b 100644 --- a/src/init_from_stream.cpp +++ b/src/init_from_stream.cpp @@ -10,7 +10,7 @@ * \date 22.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SETTINGS_PARSERS diff --git a/src/light_rw_mutex.cpp b/src/light_rw_mutex.cpp index 0567cf6..55c2bb1 100644 --- a/src/light_rw_mutex.cpp +++ b/src/light_rw_mutex.cpp @@ -10,7 +10,7 @@ * \date 19.06.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ // This first include is to ensure that __MSVCRT_VERSION__ is defined properly diff --git a/src/matches_relation_factory.cpp b/src/matches_relation_factory.cpp index 4c2e603..b3e16dc 100644 --- a/src/matches_relation_factory.cpp +++ b/src/matches_relation_factory.cpp @@ -10,7 +10,7 @@ * \date 03.08.2013 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #if !defined(BOOST_LOG_WITHOUT_SETTINGS_PARSERS) && !defined(BOOST_LOG_WITHOUT_DEFAULT_FACTORIES) diff --git a/src/named_scope.cpp b/src/named_scope.cpp index 9b93c87..0941183 100644 --- a/src/named_scope.cpp +++ b/src/named_scope.cpp @@ -10,7 +10,7 @@ * \date 24.06.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/named_scope_format_parser.cpp b/src/named_scope_format_parser.cpp index e4fa1c0..6d05c6c 100644 --- a/src/named_scope_format_parser.cpp +++ b/src/named_scope_format_parser.cpp @@ -10,7 +10,7 @@ * \date 14.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/once_block.cpp b/src/once_block.cpp index f8bd64f..1c5a934 100644 --- a/src/once_block.cpp +++ b/src/once_block.cpp @@ -10,7 +10,7 @@ * \date 23.06.2010 * * \brief This file is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. * * The code in this file is based on the \c call_once function implementation in Boost.Thread. */ diff --git a/src/parser_utils.cpp b/src/parser_utils.cpp index 7badc52..6f05419 100644 --- a/src/parser_utils.cpp +++ b/src/parser_utils.cpp @@ -10,7 +10,7 @@ * \date 31.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SETTINGS_PARSERS diff --git a/src/parser_utils.hpp b/src/parser_utils.hpp index 5d4e5e4..f94328f 100644 --- a/src/parser_utils.hpp +++ b/src/parser_utils.hpp @@ -10,7 +10,7 @@ * \date 31.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_PARSER_UTILS_HPP_INCLUDED_ diff --git a/src/process_id.cpp b/src/process_id.cpp index fe048db..67700f2 100644 --- a/src/process_id.cpp +++ b/src/process_id.cpp @@ -10,7 +10,7 @@ * \date 12.09.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/process_name.cpp b/src/process_name.cpp index 59117ea..2d9b143 100644 --- a/src/process_name.cpp +++ b/src/process_name.cpp @@ -10,7 +10,7 @@ * \date 29.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. * * The code in this file is based on information on this page: * diff --git a/src/record_ostream.cpp b/src/record_ostream.cpp index 6749a5d..dcc7969 100644 --- a/src/record_ostream.cpp +++ b/src/record_ostream.cpp @@ -10,7 +10,7 @@ * \date 17.04.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/settings_parser.cpp b/src/settings_parser.cpp index ca1935c..66faec0 100644 --- a/src/settings_parser.cpp +++ b/src/settings_parser.cpp @@ -10,7 +10,7 @@ * \date 20.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SETTINGS_PARSERS diff --git a/src/severity_level.cpp b/src/severity_level.cpp index accc896..4bea650 100644 --- a/src/severity_level.cpp +++ b/src/severity_level.cpp @@ -10,7 +10,7 @@ * \date 10.05.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/spirit_encoding.cpp b/src/spirit_encoding.cpp index 1c22c19..05c94aa 100644 --- a/src/spirit_encoding.cpp +++ b/src/spirit_encoding.cpp @@ -10,7 +10,7 @@ * \date 20.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/spirit_encoding.hpp b/src/spirit_encoding.hpp index 32c5c03..cf66661 100644 --- a/src/spirit_encoding.hpp +++ b/src/spirit_encoding.hpp @@ -10,7 +10,7 @@ * \date 20.07.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_SPIRIT_ENCODING_HPP_INCLUDED_ diff --git a/src/stateless_allocator.hpp b/src/stateless_allocator.hpp index ce6a03b..5e457ef 100644 --- a/src/stateless_allocator.hpp +++ b/src/stateless_allocator.hpp @@ -10,7 +10,7 @@ * \date 11.02.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_STATELESS_ALLOCATOR_HPP_INCLUDED_ diff --git a/src/syslog_backend.cpp b/src/syslog_backend.cpp index ebd746e..489191b 100644 --- a/src/syslog_backend.cpp +++ b/src/syslog_backend.cpp @@ -10,7 +10,7 @@ * \date 08.01.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WITHOUT_SYSLOG diff --git a/src/text_file_backend.cpp b/src/text_file_backend.cpp index a6cb769..3d025dc 100644 --- a/src/text_file_backend.cpp +++ b/src/text_file_backend.cpp @@ -10,7 +10,7 @@ * \date 09.06.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/text_ostream_backend.cpp b/src/text_ostream_backend.cpp index 875c532..395f7c0 100644 --- a/src/text_ostream_backend.cpp +++ b/src/text_ostream_backend.cpp @@ -10,7 +10,7 @@ * \date 19.04.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/thread_id.cpp b/src/thread_id.cpp index 9722de1..baee88e 100644 --- a/src/thread_id.cpp +++ b/src/thread_id.cpp @@ -10,7 +10,7 @@ * \date 08.1.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/thread_specific.cpp b/src/thread_specific.cpp index ec1ca3b..355867f 100644 --- a/src/thread_specific.cpp +++ b/src/thread_specific.cpp @@ -10,7 +10,7 @@ * \date 01.03.2008 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/threadsafe_queue.cpp b/src/threadsafe_queue.cpp index df1477d..4d27e03 100644 --- a/src/threadsafe_queue.cpp +++ b/src/threadsafe_queue.cpp @@ -10,7 +10,7 @@ * \date 05.11.2010 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. * * The implementation is based on algorithms published in the "Simple, Fast, * and Practical Non-Blocking and Blocking Concurrent Queue Algorithms" article diff --git a/src/timer.cpp b/src/timer.cpp index 69e239e..ff6a960 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -10,7 +10,7 @@ * \date 02.12.2007 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/timestamp.cpp b/src/timestamp.cpp index 4b991bd..f715b63 100644 --- a/src/timestamp.cpp +++ b/src/timestamp.cpp @@ -10,7 +10,7 @@ * \date 31.07.2011 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/trivial.cpp b/src/trivial.cpp index 1087be6..b60ebd6 100644 --- a/src/trivial.cpp +++ b/src/trivial.cpp @@ -10,7 +10,7 @@ * \date 07.11.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #include diff --git a/src/unhandled_exception_count.cpp b/src/unhandled_exception_count.cpp index 012c85b..882dd32 100644 --- a/src/unhandled_exception_count.cpp +++ b/src/unhandled_exception_count.cpp @@ -10,7 +10,7 @@ * \date 05.11.2012 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. * * The code in this file is based on the implementation by Evgeny Panasyuk: * diff --git a/src/windows_version.hpp b/src/windows_version.hpp index 03dff3d..922e57d 100644 --- a/src/windows_version.hpp +++ b/src/windows_version.hpp @@ -10,7 +10,7 @@ * \date 07.03.2009 * * \brief This header is the Boost.Log library implementation, see the library documentation - * at http://www.boost.org/libs/log/doc/log.html. + * at http://www.boost.org/doc/libs/release/libs/log/doc/html/index.html. */ #ifndef BOOST_LOG_WINDOWS_VERSION_HPP_INCLUDED_