Fixed example links in docs.

Fixes https://github.com/boostorg/iterator/issues/52.
This commit is contained in:
Andrey Semashev
2019-12-12 12:16:01 +03:00
parent d528fc0b11
commit 897ff65fdc
10 changed files with 30 additions and 31 deletions
+4 -4
View File
@@ -255,9 +255,9 @@ make them private and grant friendship to
Voila; a complete and conforming readable, forward-traversal
iterator! For a working example of its use, see
[@../example/node_iterator1.cpp `this program`].
[example_link node_iterator1.cpp..this program].
__ ../example/node_iterator1.cpp
__ ../../example/node_iterator1.cpp
[h2 A constant `node_iterator`]
@@ -428,11 +428,11 @@ adding a templatized converting constructor [#broken]_ [#random]_:
`distance_to` function as well.
__ ../example/node_iterator2.hpp
__ ../../example/node_iterator2.hpp
You can see an example program which exercises our interoperable
iterators
[@../example/node_iterator2.cpp `here`].
[example_link node_iterator2.cpp..here].
[h2 Telling the Truth]