From 07bfed30ccfb47e898b49db70bc8f2b3fc05352e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 30 Sep 2005 07:40:08 +0000 Subject: [PATCH] Fix the link to the book example in the hash source documentation. [SVN r31153] --- hash/doc/hash.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hash/doc/hash.qbk b/hash/doc/hash.qbk index eb574d6..c720c67 100644 --- a/hash/doc/hash.qbk +++ b/hash/doc/hash.qbk @@ -180,7 +180,7 @@ And you can now use __boost_hash with book: assert(books.find(dandelion) == books.end()); The full example can be found in: -[@../../libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.hpp] +[@../../libs/functional/hash/examples/books.hpp /libs/functional/hash/examples/books.hpp] and [@../../libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.cpp].