From 697ce10701d2f9978d3319b30f8c63dfd95164e5 Mon Sep 17 00:00:00 2001 From: Axel Sorenson Date: Wed, 11 Jun 2025 20:23:30 -0700 Subject: [PATCH] Fix broken link in creating_modules.md The link as of now sends you to https://www.nushell.sh/book/modules/scripts.html#parameterizing-scripts instead of https://www.nushell.sh/book/scripts.html#parameterizing-scripts --- book/modules/creating_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/modules/creating_modules.md b/book/modules/creating_modules.md index f39529e5e95..254e547ac41 100644 --- a/book/modules/creating_modules.md +++ b/book/modules/creating_modules.md @@ -112,7 +112,7 @@ use [ ] ::: ::: note -Additionally, `main` has special behavior if used in a script file, regardless of whether it is exported or not. See the [Scripts](scripts.html#parameterizing-scripts) chapter for more details. +Additionally, `main` has special behavior if used in a script file, regardless of whether it is exported or not. See the [Scripts](../scripts.html#parameterizing-scripts) chapter for more details. ::: ## Module Files