From fe0bad23a1c354159035905c643a635e3f402cec Mon Sep 17 00:00:00 2001
From: lkugler <lukas.kugler@gmail.com>
Date: Wed, 21 Jun 2023 01:37:41 +0200
Subject: [PATCH] .

---
 docs/source/notebooks/tutorial1.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/notebooks/tutorial1.ipynb b/docs/source/notebooks/tutorial1.ipynb
index abfb586..b0f99f4 100644
--- a/docs/source/notebooks/tutorial1.ipynb
+++ b/docs/source/notebooks/tutorial1.ipynb
@@ -60,7 +60,7 @@
     "\n",
     "### Customizing the DART namelist\n",
     "By default, the DART namelist of the build directory will be used (copied). \n",
-    "If you want to modify any parameters, specify your changes in a python dictionary like below. For a description of the parameters, see `the official DART documentation <https://docs.dart.ucar.edu/>`_.\n",
+    "If you want to modify any parameters, specify your changes in a python dictionary like below. For a description of the parameters, see [the official DART documentation](https://docs.dart.ucar.edu/).\n",
     "```python\n",
     "exp.dart_nml = {'&assim_tools_nml':\n",
     "                    dict(filter_kind='1',\n",
-- 
GitLab