diff --git a/doc/styleguide.md b/doc/styleguide.md index 632c8f671e88a2ede5b4c8a8778c35d15be201e3..468a11290bad3a029d33fa161892d78075b9fa69 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. Detailed instructions can be found [here](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/dox/doxygen/README.md). +* 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/doc/doxygen/README.md). ```c++ int lineOfCode = 1; // Short comment on line of code 1 that will _not_ show in doxygen