From 1bf8a7e1cae3fa25773271ffec6ebb1804bb5dcd Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Tue, 12 Mar 2019 13:44:43 -0700 Subject: [PATCH] Doc fix links --- doc/qbk/03_core/1_refresher.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qbk/03_core/1_refresher.qbk b/doc/qbk/03_core/1_refresher.qbk index 1b14f365..32daadd4 100644 --- a/doc/qbk/03_core/1_refresher.qbk +++ b/doc/qbk/03_core/1_refresher.qbk @@ -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` 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