diff -r 73c892335e74 -r 97d978243703 lemon/insertion_tsp.h --- a/lemon/insertion_tsp.h Tue Jul 30 15:54:46 2013 +0200 +++ b/lemon/insertion_tsp.h Mon Aug 05 14:03:29 2013 +0200 @@ -225,7 +225,7 @@ /// \brief Gives back the found tour as a path. /// /// This function copies the found tour as a list of arcs/edges into - /// the given \ref concept::Path "path structure". + /// the given \ref lemon::concepts::Path "path structure". /// /// \pre run() must be called before using this function. template