From c7e81543620b4167ea9f3c660761754ab5fa8a9e Mon Sep 17 00:00:00 2001
From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de>
Date: Tue, 8 Oct 2019 15:36:04 +0200
Subject: [PATCH] [cleanup][styleguide] fix spelling mistake in link to doxygen
 readme

---
 doc/styleguide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/styleguide.md b/doc/styleguide.md
index 632c8f671e..468a11290b 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
-- 
GitLab