From 3d7c45365d7c0c43bb99725c99d3566c8d1b07fd Mon Sep 17 00:00:00 2001
From: Martin Schneider <martin.schneider@iws.uni-stuttgart.de>
Date: Tue, 16 Jul 2024 18:22:15 +0200
Subject: [PATCH] [ex][model] Add link to exercise

---
 slides/model.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/slides/model.md b/slides/model.md
index 1b84b164..8a7bccbc 100644
--- a/slides/model.md
+++ b/slides/model.md
@@ -199,7 +199,7 @@ namespace Dumux::Properties {
 ```
 ## Model type tag
 
-The property type tag is an empty struct with the respective name, e.g. `DiffusionModel`. 
+The property type tag is an empty struct with the respective name, e.g. `DiffusionModel`.
 All properties related to the desired model can be attributed using the property type tag.
 
 ```cpp
@@ -255,3 +255,5 @@ Implementation of a **nonlinear diffusion model** for denoising of an MRI image
 - Set model properties
 - Use model in test case
 - Customize volume variables
+
+* Go to [Model excercise](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-model#exercise-model-dumux-course)
\ No newline at end of file
-- 
GitLab