diff --git a/doc/man-terranix_functions.refsection.md b/doc/man-terranix_functions.refsection.md index 9608a1f..45fd51d 100644 --- a/doc/man-terranix_functions.refsection.md +++ b/doc/man-terranix_functions.refsection.md @@ -14,7 +14,7 @@ the variable `bastionHostEnable` is set to true. This is just an example for illustration, but such things are better solved using -[modules](https://nixos.wiki/wiki/NixOS_Modules). +[modules](https://wiki.nixos.org/wiki/NixOS_Modules). ```nix { lib, ... }: diff --git a/doc/man-terranix_modules.refsection.md b/doc/man-terranix_modules.refsection.md index 7ccf890..f95ed5f 100644 --- a/doc/man-terranix_modules.refsection.md +++ b/doc/man-terranix_modules.refsection.md @@ -4,7 +4,7 @@ The real power behind NixOS and terranix is the module system, which is fundamentally different to the Terraform Module system. Detailed information can be obtained at the -[NixOS Wiki](https://nixos.wiki/wiki/NixOS_Modules). +[NixOS Wiki](https://wiki.nixos.org/wiki/NixOS_Modules). ## Module Structure