1.1 --- a/lemon/concepts/graph_components.h Thu Oct 09 13:40:40 2008 +0100
1.2 +++ b/lemon/concepts/graph_components.h Thu Oct 09 13:54:50 2008 +0100
1.3 @@ -982,7 +982,7 @@
1.4 /// \brief Class describing the concept of graph maps
1.5 ///
1.6 /// This class describes the common interface of the graph maps
1.7 - /// (NodeMap, ArcMap), that is \ref maps-page "maps" which can be used to
1.8 + /// (NodeMap, ArcMap), that is maps that can be used to
1.9 /// associate data to graph descriptors (nodes or arcs).
1.10 template <typename _Graph, typename _Item, typename _Value>
1.11 class GraphMap : public ReadWriteMap<_Item, _Value> {