From 3b65afee87c54827c585e47b7fbf4ae9d44efada Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 14 May 2008 20:38:29 +0000 Subject: [PATCH] Use root links in quickbook. [SVN r45364] --- doc/foreach.qbk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/foreach.qbk b/doc/foreach.qbk index 44a5c77..72b0ef9 100644 --- a/doc/foreach.qbk +++ b/doc/foreach.qbk @@ -27,14 +27,14 @@ [/ Links ] [def _foreach_ [^BOOST_FOREACH]] -[def _range_ [@../../libs/range/index.html Boost.Range]] -[def _iterator_range_ [@../../libs/range/doc/utility_class.html#iter_range `boost::iterator_range<>`]] -[def _sub_range_ [@../../libs/range/doc/utility_class.html#sub_range `boost::sub_range<>`]] -[def _extending_range_ [@../../libs/range/doc/boost_range.html#minimal_interface Extending Boost.Range]] -[def _single_pass_range_concept_ [@../../libs/range/doc/range.html#single_pass_range Single Pass Range Concept]] -[def _range_portability_ [@../../libs/range/doc/portability.html Boost.Range Portability]] -[def _noncopyable_ [@../../libs/utility/utility.htm#Class_noncopyable `boost::noncopyable`]] -[def _iterator_ [@../../libs/iterator/doc/index.html Boost.Iterator]] +[def _range_ [@/libs/range/index.html Boost.Range]] +[def _iterator_range_ [@/libs/range/doc/utility_class.html#iter_range `boost::iterator_range<>`]] +[def _sub_range_ [@/libs/range/doc/utility_class.html#sub_range `boost::sub_range<>`]] +[def _extending_range_ [@/libs/range/doc/boost_range.html#minimal_interface Extending Boost.Range]] +[def _single_pass_range_concept_ [@/libs/range/doc/range.html#single_pass_range Single Pass Range Concept]] +[def _range_portability_ [@/libs/range/doc/portability.html Boost.Range Portability]] +[def _noncopyable_ [@/libs/utility/utility.htm#Class_noncopyable `boost::noncopyable`]] +[def _iterator_ [@/libs/iterator/doc/index.html Boost.Iterator]] [section Introduction]