Fix link in docs

fix #1296
This commit is contained in:
Vinnie Falco
2018-11-22 21:04:28 -08:00
parent 2cdaf51119
commit cd07e5bce8
2 changed files with 3 additions and 2 deletions

View File

@ -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
--------------------------------------------------------------------------------

View File

@ -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`]