From b232edc37fa9d5ca6164bd82168f6b6c7a1cb514 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Mon, 16 Jul 2018 13:57:30 +0200 Subject: [PATCH] Update README.md --- exercises/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/exercises/README.md b/exercises/README.md index c78a3a91..d4e7effc 100644 --- a/exercises/README.md +++ b/exercises/README.md @@ -2,7 +2,11 @@ Click on the exercise to go the description -* [01 Exercise on the main file](./01-mainfile/README.md) +* [Exercise on the basics](./exercise-basic/README.md) +* [Exercise on the main file](./exercise-mainfile/README.md) * [Exercise on runtime parameters](./exercise-runtimeparams/README.md) -* [Exercise on Grid Development](./exercise-grids/README.md) +* [Exercise on grids](./exercise-grids/README.md) +* [Exercise on properties](./exercise-properties/README.md) +* [Exercise on fluid systems](./exercise-fluidsystem/README.md) +* [Exercise on how to create a new Dune module](./exercise-dunemodule/README.md) -- GitLab