From 4a990fe734461c4eb481b1d878d2e01798563e2a Mon Sep 17 00:00:00 2001 From: Gregory Power <31050507+gregorywaynepower@users.noreply.github.com> Date: Thu, 31 Jul 2025 01:46:05 -0400 Subject: [PATCH] fix link to "Get started with GRASS & Python in Jupyter Notebooks" basics.qmd --- content/tutorials/earthworks/basics.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/earthworks/basics.qmd b/content/tutorials/earthworks/basics.qmd index b1c88ba..e6bc8be 100644 --- a/content/tutorials/earthworks/basics.qmd +++ b/content/tutorials/earthworks/basics.qmd @@ -66,7 +66,7 @@ This tutorial covers: This tutorial can be run as a [computational notebook](https://grass-tutorials.osgeo.org/content/tutorials/earthworks/basics.ipynb). Learn how to work with notebooks with 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 @@ -401,4 +401,4 @@ m.show() ::: -![Contours](images/basics_06.webp) \ No newline at end of file +![Contours](images/basics_06.webp)