doc/groups.dox
changeset 2260 4274224f8a7d
parent 2233 b3abb7ed76a8
child 2350 eb371753e814
     1.1 --- a/doc/groups.dox	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/doc/groups.dox	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -76,7 +76,7 @@
     1.4  
     1.5  Map adaptors are used to create "implicit" maps from other maps.
     1.6  
     1.7 -Most of them are \ref lemon::concept::ReadMap "ReadMap"s. They can
     1.8 +Most of them are \ref lemon::concepts::ReadMap "ReadMap"s. They can
     1.9  make arithmetic operations between one or two maps (negation, scaling,
    1.10  addition, multiplication etc.) or e.g. convert a map to another one
    1.11  of different Value type.
    1.12 @@ -102,7 +102,7 @@
    1.13  using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    1.14  algorithm to store its result in any kind of path structure.
    1.15  
    1.16 -\sa lemon::concept::Path
    1.17 +\sa lemon::concepts::Path
    1.18  
    1.19  */
    1.20