From a8b9f54081a3c5a6db0ab3b067d4c12101d0ee30 Mon Sep 17 00:00:00 2001 From: Florian Behrens Date: Fri, 11 Nov 2016 22:41:34 +0100 Subject: [PATCH] Fixed bad link. --- doc/overview/buffers.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overview/buffers.qbk b/doc/overview/buffers.qbk index 195b3459..4a76e5ff 100644 --- a/doc/overview/buffers.qbk +++ b/doc/overview/buffers.qbk @@ -70,7 +70,7 @@ operations, such as the send or receive operations of a socket: of this function meets the `ConstBufferSequence` requirements. * The output sequence of the streambuf is accessible via the [link - boost_asio.reference.basic_streambuf.data prepare()] member function. The return + boost_asio.reference.basic_streambuf.prepare prepare()] member function. The return type of this function meets the `MutableBufferSequence` requirements. * Data is transferred from the front of the output sequence to the back of the