Fix link to example file. Fixes #3836.

Thanks for reporting this.

[SVN r58951]
This commit is contained in:
Daniel James
2010-01-12 18:52:43 +00:00
parent 98f0f11423
commit 0ba3e9b282

View File

@@ -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].