diff --git a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h
index 00df39d9ada197a1e9cce59f1d12bb80ac0ff9bc..fb32e4b01708f3f10b4d564f5e8643817d140cb9 100644
--- a/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h
+++ b/NumLib/Fem/Integration/GaussLegendreIntegrationPolicy.h
@@ -31,7 +31,7 @@ namespace NumLib
 /// Gauss-Legendre integration method is used. The default implementation is
 /// choosing the regular-element integration, for other elements a
 /// specialization must be provided, as for example for triangles
-/// (\see GaussLegendreIntegrationPolicy<MeshLib::Tri>).
+/// (\ref GaussLegendreIntegrationPolicy<MeshLib::Tri>).
 /// The integration method depends on the dimension of the element and correctly
 /// chosen number and placement of the integration points within the element.
 template <typename MeshElement_>