diff -r 1e9cc7b2eabc -r 059dcdda37c5 doc/algorithms.dox --- a/doc/algorithms.dox Wed Sep 26 14:37:48 2007 +0000 +++ b/doc/algorithms.dox Thu Sep 27 13:04:06 2007 +0000 @@ -114,7 +114,7 @@ will be done through it. \skip MyOrdererMap \until }; -The class meets the \ref lemon::WriteMap "WriteMap" concept. In it's \c set() method the only thing +The class meets the \ref concepts::WriteMap "WriteMap" concept. In it's \c set() method the only thing we need to do is insert the key - that is the node whose processing just finished - into the beginning of the list.
Although we implemented this needed helper class ourselves it was not necessary.