From f34fb9d65908a94837e8fb977f27d6132aa5a554 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 25 Jul 2012 23:42:41 +0000 Subject: [PATCH] Hash: Fix links to examples. [SVN r79749] --- 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]