lemon/color.h
changeset 2260 4274224f8a7d
parent 2230 67af33b34394
child 2391 14a343be7a5a
     1.1 --- a/lemon/color.h	Tue Oct 24 16:49:41 2006 +0000
     1.2 +++ b/lemon/color.h	Tue Oct 24 17:19:16 2006 +0000
     1.3 @@ -100,7 +100,7 @@
     1.4  ///to each <tt>int</tt>. It is possible to change the colors as well as their
     1.5  ///number. The integer range is cyclically mapped to the provided set of colors.
     1.6  ///
     1.7 -///This is a true \ref concept::ReferenceMap "reference map", so you can also
     1.8 +///This is a true \ref concepts::ReferenceMap "reference map", so you can also
     1.9  ///change the actual colors.
    1.10  
    1.11  class Palette : public MapBase<int,Color>