diff --git a/doc/pages.doxy b/doc/pages.doxy
index 997f4f3f..1115d6ab 100644
--- a/doc/pages.doxy
+++ b/doc/pages.doxy
@@ -311,38 +311,38 @@ void foo()
- glRotate[fd]
- - \link glm::rotate glm::rotate \endlink
+ - \ref rotate()
- glScale[fd]
- - \link glm::scale glm::scale \endlink
+ - \ref scale()
- glTranslate[fd]
- - \link glm::translate glm::translate \endlink
+ - \ref translate()
- glLoadIdentity
- The default constructor of all matrix types creates an identity matrix.
- glMultMatrix[fd]
- Per the GLSL specification, the multiplication operator is overloaded for all matrix types. Multiplying two matrices together will perform matrix multiplication.
- glLoadTransposeMatrix[fd]
- - \link glm::core::transpose glm::transpose \endlink
+ - \ref transpose()
- glMultTransposeMatrix
- Combine the last two.
- glFrustum
- - \link glm::frustum glm::frustum \endlink
+ - \ref frustum()
- glOrtho
- - \link glm::ortho glm::ortho \endlink
+ - \ref ortho()
- gluLookAt
- - \link glm::lookAt glm::lookAt \endlink
+ - \ref lookAt()
\section deprecated_glu GLU function replacements
- gluOrtho2D
- - \link glm::ortho glm::ortho \endlink
+ - \ref ortho()
- gluPerspective
- - \link glm::perspective glm::perspective \endlink
+ - \ref perspective()
- gluProject
- - \link glm::project glm::project \endlink
+ - \ref project()
- gluUnProject
- - \link glm::unProject glm::unProject \endlink
+ - \ref unProject()
**/