diff --git a/exercises/README.md b/exercises/README.md index c78a3a9135392e71c5eb4dbdc0ca0dfea606d36c..d4e7effcf3ebf68d4f07e168b2b0d491daf005fd 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)