From 1163574f9f59f2d05e7aeb833349a5f7647abda8 Mon Sep 17 00:00:00 2001
From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de>
Date: Tue, 8 Oct 2019 09:21:56 +0200
Subject: [PATCH] [docu] change path to examples in readme to master

---
 README.md          | 2 +-
 examples/README.md | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e822a04cb3..254f5276a7 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ The following resources are useful to get started with DuMux:
 
 * [Handbook](https://dumux.org/handbook), a detailed DuMux manual,
 * [DuMux course materials](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master),
-* [Examples](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/feature/documented-tutorials/examples), with detailed description of code and results,
+* [Examples](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples), with detailed description of code and results,
 * [Class documentation](https://dumux.org/classdocumentation) generated from the source code,
 * [Mailing list](https://listserv.uni-stuttgart.de/mailman/listinfo/dumux),
 * [Changelog](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/blob/master/CHANGELOG.md), where all changes between different release versions are listed and explained.
diff --git a/examples/README.md b/examples/README.md
index b3ee3484ff..b5a966ce2a 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -2,5 +2,6 @@ Examples
 ===============
 The following resources are useful to get started with DuMux:
 
-* [1ptracer](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/feature/documented-tutorials/examples/1ptracer),
-* [2pinfiltration](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/feature/documented-tutorials/examples/2pinfiltration).
+* [1ptracer](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples/1ptracer),
+* [2pinfiltration](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples/2pinfiltration).
+* [shallowwater](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/tree/master/examples/shallowwater).
-- 
GitLab