From cd07e5bce8857a4b9f501707f2593b3a5a8e727a Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 22 Nov 2018 21:04:28 -0800 Subject: [PATCH] Fix link in docs fix #1296 --- CHANGELOG.md | 1 + doc/qbk/03_core/3_buffers.qbk | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e84775..4e4325e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Version 192: * Use mp11::integer_sequence * Tidy up warnings and deprecated usage * http::message is not-a boost::empty_value +* Fix link in docs -------------------------------------------------------------------------------- diff --git a/doc/qbk/03_core/3_buffers.qbk b/doc/qbk/03_core/3_buffers.qbk index 10bab37f..82b00c46 100644 --- a/doc/qbk/03_core/3_buffers.qbk +++ b/doc/qbk/03_core/3_buffers.qbk @@ -104,7 +104,7 @@ set of additional implementations of the dynamic buffer concept: Upon construction an optional upper limit to the total size of the input and output areas may be set. The basic container is an - [@http://en.cppreference.com/w/cpp/concept/AllocatorAwareContainer [*AllocatorAwareContainer]]. + [@https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer [*AllocatorAwareContainer]]. ]] [[ [link beast.ref.boost__beast__multi_buffer `multi_buffer`] @@ -114,7 +114,7 @@ set of additional implementations of the dynamic buffer concept: Additional character array objects are appended to the sequence to accommodate changes in the size of the character sequence. The basic container is an - [@http://en.cppreference.com/w/cpp/concept/AllocatorAwareContainer [*AllocatorAwareContainer]]. + [@https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer [*AllocatorAwareContainer]]. ]] [[ [link beast.ref.boost__beast__flat_static_buffer `flat_static_buffer`]