diff --git a/Documentation/doxygen/VF_Doxyfile.dox b/Documentation/doxygen/VF_Doxyfile.dox
index 205c29c8a5a9c08c6a13bc9ec0d76061a8683461..36f2954a21c22d26d373fb39940340990dfe553b 100644
--- a/Documentation/doxygen/VF_Doxyfile.dox
+++ b/Documentation/doxygen/VF_Doxyfile.dox
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING      = UTF-8
 # title of most generated pages and in a few other places.
 # The default value is: My Project.
 
-PROJECT_NAME           = VirtualFluids
+PROJECT_NAME           = VirtualFluidsCPU
 
 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
 # could be handy for archiving the generated documentation or if some version
diff --git a/readme.md b/readme.md
index 682191a16ada0c6daa3b872d10f69b37c0454600..a8f086b15ec953be43a2ffe12fc0d1aae4ee41b9 100644
--- a/readme.md
+++ b/readme.md
@@ -34,3 +34,8 @@ VirtualFluidsCPU results files:
 ===============================
 
 VirtualFluidsCPU generates a set of multiple output directories in the prescribed output path. The flow fields can be found in the _mq_ directory. To view the flow fields, it is most conveniant to open the _mq_collection.pvd_ file in Paraview. The _bc_ directory contains the boundary condition information, the _geo_ directory contains information on the geometry of the flow domain and the _blocks_ directory contains the block grid.
+
+Documentation:
+==============
+
+The doxygen generated documentation can be found [here](git.irmb.bau.tu-bs.de/doku/CPU).