From ff61632ce815aa898b495501e4b8c1480a32ab54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 19 Dec 2024 12:17:08 -0300 Subject: [PATCH] Fix broken link in installation tutorial (#539) # References and relevant issues -- # Description Fix broken link I just noticed in the installation tutorial. --- docs/tutorials/fundamentals/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/fundamentals/installation.md b/docs/tutorials/fundamentals/installation.md index 155087ae..e717a543 100644 --- a/docs/tutorials/fundamentals/installation.md +++ b/docs/tutorials/fundamentals/installation.md @@ -20,7 +20,7 @@ jupyter: This guide will teach you how to do a clean install of **napari** and launch the viewer. ```{note} -If you want to contribute code back into napari, you should follow the [development installation instructions in the contributing guide](https://napari.org/developers/contributing.html) instead. +If you want to contribute code back into napari, you should follow the [development installation instructions in the contributing guide](dev-installation) instead. ``` (install-python-package)=