Doc fix links

This commit is contained in:
Vinnie Falco
2019-03-12 13:44:43 -07:00
parent cfbdce3e5c
commit 1bf8a7e1ca

View File

@@ -298,7 +298,7 @@ In both of these cases, an object with a specific type is used in place of
the completion handler, and the return value of the initiating function
is transformed from `void` to `std::future<std::size_t>` or `std::size_t`.
The handler is sometimes called a
[@boost:/doc/html/boost_asio/reference/asynchronous_operations#boost_asio.reference.asynchronous_operations.completion_tokens_and_handlers ['CompletionToken]]
__CompletionToken__
when used in this context. The return type transformation is supported by
customization points in the initiating function signature. Here is the
signature for