diff -r de38fca76780 -r 12626fc94ccf lemon/concepts/graph_components.h --- a/lemon/concepts/graph_components.h Thu Oct 09 13:52:01 2008 +0100 +++ b/lemon/concepts/graph_components.h Thu Oct 09 14:37:44 2008 +0100 @@ -982,7 +982,7 @@ /// \brief Class describing the concept of graph maps /// /// This class describes the common interface of the graph maps - /// (NodeMap, ArcMap), that is \ref maps-page "maps" which can be used to + /// (NodeMap, ArcMap), that is maps that can be used to /// associate data to graph descriptors (nodes or arcs). template class GraphMap : public ReadWriteMap<_Item, _Value> {