From 692d65d0e4e7709421052a5a9db132a3e81bfe33 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 15 Jan 2010 00:56:07 +0000 Subject: [PATCH] Merge link fix. [SVN r59013] --- doc/tutorial.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.qbk b/doc/tutorial.qbk index b2f79f5..81c1b15 100644 --- a/doc/tutorial.qbk +++ b/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].