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