From d78359929a26fba3a5dd91ba0b77d53a3b707e66 Mon Sep 17 00:00:00 2001 From: Gregory Power <31050507+gregorywaynepower@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:48:06 -0400 Subject: [PATCH] fix broken link in levees.qmd --- content/tutorials/earthworks/levees.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/earthworks/levees.qmd b/content/tutorials/earthworks/levees.qmd index f5b5058..b599791 100644 --- a/content/tutorials/earthworks/levees.qmd +++ b/content/tutorials/earthworks/levees.qmd @@ -63,7 +63,7 @@ This tutorial covers: This tutorial can be run as a [computational notebook](https://grass-tutorials.osgeo.org/content/tutorials/earthworks/levees.ipynb). Learn how to work with notebooks in the tutorial -[Get started with GRASS & Python in Jupyter Notebooks](./get_started/fast_track_grass_and_python.qmd). +[Get started with GRASS & Python in Jupyter Notebooks](./../get_started/fast_track_grass_and_python.qmd). ::: # Setup @@ -643,4 +643,4 @@ m.save("images/levees_09.webp") ::: -![Flood simulation](images/levees_09.webp) \ No newline at end of file +![Flood simulation](images/levees_09.webp)