diff --git a/docs/en/other-usage-of-flakes/module-system.md b/docs/en/other-usage-of-flakes/module-system.md index 181e0d0..81c8a02 100644 --- a/docs/en/other-usage-of-flakes/module-system.md +++ b/docs/en/other-usage-of-flakes/module-system.md @@ -436,7 +436,7 @@ normal: One thing to note here is that **you cannot use parameters passed by `_module.args` in `imports =[ ... ];`**. We have already provided a detailed explanation in the previous section -[Passing Non-default Parameters to Submodules](../nixos-with-flakes/nixos-with-flakes-enabled#pass-non-default-parameters-to-submodules). +[Passing Non-default Parameters to Submodules](../nixos-with-flakes/nixos-flake-and-module-system#pass-non-default-parameters-to-submodules). ## References