diff --git a/doc/bind/purpose.qbk b/doc/bind/purpose.qbk
index 146d8db..06422a2 100644
--- a/doc/bind/purpose.qbk
+++ b/doc/bind/purpose.qbk
@@ -178,7 +178,7 @@ Example:
The last two examples are interesting in that they produce "self-contained"
function objects. `bind(&X::f, x, _1)` stores a copy of `x`.
`bind(&X::f, p, _1)` stores a copy of `p`, and since `p` is a
-[@boost:/libs/smart_ptr/shared_ptr.htm `boost::shared_ptr`], the function
+[@boost:/libs/smart_ptr/doc/html/smart_ptr.html#shared_ptr `boost::shared_ptr`], the function
object retains a reference to its instance of `X` and will remain valid even
when `p` goes out of scope or is `reset()`.
diff --git a/doc/html/bind.html b/doc/html/bind.html
index 9a2b0a9..5f35c5d 100644
--- a/doc/html/bind.html
+++ b/doc/html/bind.html
@@ -338,7 +338,7 @@
stores a copy of x
. bind(&X::f, p,
_1)
stores a copy of p
, and since
- p
is a boost::shared_ptr
, the function object
+ p
is a boost::shared_ptr
, the function object
retains a reference to its instance of X
and will remain valid even when p
goes out of scope or is reset()
.
@@ -1543,7 +1543,7 @@
Last revised: June 06, 2015 at 16:07:44 GMT |
+Last revised: July 07, 2017 at 11:19:28 GMT |
Last revised: June 06, 2015 at 16:07:47 GMT |
+Last revised: July 07, 2017 at 11:19:31 GMT |