From 18ecf6f7416fbe158dd9d4c8deb8c883a6368549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sol=C3=A8ne=20Rapenne?= Date: Mon, 6 Feb 2023 10:24:20 +0100 Subject: [PATCH] tutorials: use ref syntax to link other pages --- source/tutorials/nix-language.md | 2 +- source/tutorials/reproducible-scripts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tutorials/nix-language.md b/source/tutorials/nix-language.md index ef25812de..c50879216 100644 --- a/source/tutorials/nix-language.md +++ b/source/tutorials/nix-language.md @@ -75,7 +75,7 @@ Read detailed explanations if you want to make sure you fully understand the exa - Familiarity with software development - Familiarity with Unix shell, to read command line examples -- A [Nix installation](./install-nix) to run the examples +- A {ref}`Nix installation ` to run the examples ### How to run the examples? diff --git a/source/tutorials/reproducible-scripts.md b/source/tutorials/reproducible-scripts.md index 1868c77b3..b40c78af4 100644 --- a/source/tutorials/reproducible-scripts.md +++ b/source/tutorials/reproducible-scripts.md @@ -6,7 +6,7 @@ In this tutorial, you will learn how to use Nix to create and run reproducible i ## Requirements -- A working [Nix installation](install-nix) +- A working {ref}`Nix installation ` - Familiarity with [Bash] ## A trivial script with non-trivial dependencies