From 0ea992685685968707a6302b8003c571998a5033 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 5 Aug 2012 08:36:49 +0000 Subject: [PATCH] Merge some link fixes. [SVN r79869] --- hash/doc/tutorial.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hash/doc/tutorial.qbk b/hash/doc/tutorial.qbk index 916ab93..59067a7 100644 --- a/hash/doc/tutorial.qbk +++ b/hash/doc/tutorial.qbk @@ -206,7 +206,7 @@ header which forward declares [classref boost::hash], include the main header before instantiating [classref boost::hash]. When using a container that uses [classref boost::hash] it should do that for you, so your type will work fine with the boost hash containers. There's an example of this -in [@boost:/libs/unordered/examples/template.hpp template.hpp] and -[@boost:/libs/unordered/examples/template.cpp template.cpp]. +in [@boost:/libs/functional/hash/examples/template.hpp template.hpp] and +[@boost:/libs/functional/hash/examples/template.cpp template.cpp]. [endsect]