From 690616419a7d1c872314de601be73cda9049d675 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 5 Nov 2022 02:07:08 -0500 Subject: [PATCH] Fix broken link in GH-807 (#828) Co-authored-by: Daniel --- docs/tutorial/initializing_nornir.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/initializing_nornir.ipynb b/docs/tutorial/initializing_nornir.ipynb index 5448b3c7..dff3ede1 100644 --- a/docs/tutorial/initializing_nornir.ipynb +++ b/docs/tutorial/initializing_nornir.ipynb @@ -22,7 +22,7 @@ "\n", "With `InitNornir` you can initialize nornir with a configuration file, with code or with a combination of both.\n", "\n", - "Let's start with [a configuration file](../../configuration/index.rst):" + "Let's start with [a configuration file](../configuration/index.rst):" ] }, {