diff --git a/doc/AssimpDoc_Html/AssimpDoc.chm b/doc/AssimpDoc_Html/AssimpDoc.chm
index 5d760fb11..cdaf85b28 100644
Binary files a/doc/AssimpDoc_Html/AssimpDoc.chm and b/doc/AssimpDoc_Html/AssimpDoc.chm differ
diff --git a/doc/dox.h b/doc/dox.h
index 4c0ff401b..0fa2b3e94 100644
--- a/doc/dox.h
+++ b/doc/dox.h
@@ -142,7 +142,7 @@ mixed the runtimes. Recheck the project configuration (project properties ->
static runtimes (Multithreaded / Multithreaded Debug) or dynamic runtimes (Multithreaded DLL / Multithreaded Debug DLL).
Choose the ASSIMP linker lib accordingly.
-Please don't forget to also read the @link assimp_stl section on MSVC and the STL @endlink
+Please don't forget to also read the @ref assimp_stl section on MSVC and the STL.
@section assimp_stl Microsoft Compilers & STL
@@ -171,7 +171,7 @@ the vc project file.
your application uses the same STL settings or not.
Another option is to build against a different STL implementation, for example STlport. There's a special
-@link assimp_stlport section @endlink describing how to achieve this.
+@ref assimp_stlport section which describes how to achieve this.
@section install_own Building the library from scratch
@@ -222,7 +222,7 @@ your compiler's list of predefined macros:
If you're working with the provided solutions for Visual Studio use the -noboost build configs.
ASSIMP_BUILD_BOOST_WORKAROUND implies ASSIMP_BUILD_SINGLETHREADED.
-See the @link assimp_st next @endlink section
+See the @ref assimp_st section
for more details.
@@ -322,9 +322,8 @@ bool DoTheImportThing( const std::string& pFile)
}
@endcode
-What exactly is read from the files and how you interpret it is described at the @link data Data
-Structures page. @endlink The post processing steps that the ASSIMP library can apply to the
-imported data are listed at #aiPostProcessSteps. See the @link pp Post proccessing page @endlink for more details.
+What exactly is read from the files and how you interpret it is described at the @ref data page. @endlink The post processing steps that the ASSIMP library can apply to the
+imported data are listed at #aiPostProcessSteps. See the @ref pp Post proccessing page for more details.
Note that the aiScene data structure returned is declared 'const'. Yes, you can get rid of
these 5 letters with a simple cast. Yes, you may do that. No, it's not recommended (and it's
@@ -469,7 +468,7 @@ following prerequisites are fulfilled: