diff -r 75f749682240 -r c80ef5912903 src/lemon/full_graph.h --- a/src/lemon/full_graph.h Thu Nov 04 18:52:31 2004 +0000 +++ b/src/lemon/full_graph.h Thu Nov 04 20:24:59 2004 +0000 @@ -194,8 +194,8 @@ ///It is completely static, so you can neither add nor delete either ///edges or nodes. ///Thus it conforms to - ///the \ref skeleton::StaticGraph "StaticGraph" concept - ///\sa skeleton::StaticGraph. + ///the \ref concept::StaticGraph "StaticGraph" concept + ///\sa concept::StaticGraph. ///\todo What about loops? ///\todo Don't we need SymEdgeMap? ///