From 51cff99070203864bdb8e45e187820583fd7ffe0 Mon Sep 17 00:00:00 2001
From: IvBu <st116086@stud.uni-stuttgart.de>
Date: Fri, 17 Nov 2023 12:06:37 +0100
Subject: [PATCH] [doc] Update DaRUS link to current release.

---
 codemeta.json                     | 2 +-
 doc/doxygen/pages/installation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/codemeta.json b/codemeta.json
index 4d9ef4760e..0cedebe6e0 100644
--- a/codemeta.json
+++ b/codemeta.json
@@ -11,7 +11,7 @@
     "issueTracker": "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/issues",
     "name": "DuMux",
     "version": "3.7",
-    "identifier": "https://doi.org/10.18419/darus-3405",
+    "identifier": "https://doi.org/10.18419/darus-3788",
     "description": "DuMux is short for DUNE for Multi-{Phase, Component, Scale, Physics, …} flow and transport in porous media; is a free and open-source simulator for flow and transport processes in porous media; is a research code written in C++; is based on the research software framework DUNE (Distributed and Unified Numerics Environment) and technically a DUNE discretization and user module. Its main intention is to provide a sustainable and consistent framework for the implementation and application of porous media model concepts and constitutive relations.",
     "applicationCategory": "Environmental Engineering",
     "releaseNotes": "https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/releases/3.7.0",
diff --git a/doc/doxygen/pages/installation.md b/doc/doxygen/pages/installation.md
index 43419e7ff6..8df77b1419 100644
--- a/doc/doxygen/pages/installation.md
+++ b/doc/doxygen/pages/installation.md
@@ -86,7 +86,7 @@ The master branch (developer version) can be cloned with
     git clone https://git.iws.uni-stuttgart.de/dumux-repositories/dumux.git
 
 Alternatively, it is also possible to download release tarballs
-from [DaRUS](https://doi.org/10.18419/darus-3405) or
+from [DaRUS](https://doi.org/10.18419/darus-3788) or
 from [GitLab](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux/-/releases).
 
 ### 2.3 Configure and build
-- 
GitLab