diff --git a/doc/styleguide.md b/doc/styleguide.md
index 1670b216e83f777c6dc67ee2a0ba5d623d4ad078..632c8f671e88a2ede5b4c8a8778c35d15be201e3 100644
--- a/doc/styleguide.md
+++ b/doc/styleguide.md
@@ -27,7 +27,7 @@ This style guide is taken, modified and enhanced from [DUNE](https://dune-projec
     //! \todo Please doc me!
     ```
 
-* We use Doxygen to generate documentation from the source code
+* We use Doxygen to generate documentation from the source code. Detailed instructions can be found [here](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/dox/doxygen/README.md).
 
     ```c++
     int lineOfCode = 1; // Short comment on line of code 1 that will _not_ show in doxygen