diff --git a/hash/doc/tutorial.qbk b/hash/doc/tutorial.qbk index b2f79f5..81c1b15 100644 --- a/hash/doc/tutorial.qbk +++ b/hash/doc/tutorial.qbk @@ -110,7 +110,7 @@ And you can now use [classref boost::hash] with book: assert(books.find(dandelion) == books.end()); The full example can be found in: -[@boost:/libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.hpp] +[@boost:/libs/functional/hash/examples/books.hpp /libs/functional/hash/examples/books.hpp] and [@boost:/libs/functional/hash/examples/books.cpp /libs/functional/hash/examples/books.cpp].