diff --git a/docs/latex/wx/body.tex b/docs/latex/wx/body.tex index 415d8fd75e..64cc7b1230 100644 --- a/docs/latex/wx/body.tex +++ b/docs/latex/wx/body.tex @@ -404,7 +404,7 @@ which is either wxBIG\_ENDIAN or wxLITTLE\_ENDIAN (in the future maybe wxPDP\_EN as well). The macros handling bit-swapping with respect to the applications endianness -are described in the \helpref{Macros}{macros} section. +are described in the \helpref{Byte order macros}{byteordermacros} section. \section{Conditional compilation} diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 0ac86c78f7..f3c4777e4b 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2352,7 +2352,7 @@ See also \helpref{wxGetResource}{wxgetresource}, \helpref{wxConfigBase}{wxconfig -\section{Byte order macros}\label{byeordermacros} +\section{Byte order macros}\label{byteordermacros} The endian-ness issues (that is the difference between big-endian and little-endian architectures) are important for the portable programs working