diff --git a/docs/src/modules/introduction-nixos.md b/docs/src/modules/introduction-nixos.md index 5634130..acd7d1c 100644 --- a/docs/src/modules/introduction-nixos.md +++ b/docs/src/modules/introduction-nixos.md @@ -101,7 +101,7 @@ delib.module { } ``` -For more information on Denix options, see the [Options](/options/introduction) section. +For more information on Denix options, see the [Options](/TODO) section. ## Creating Your Own Modules (Options) Declaring your own options is a great practice if you want to enable or disable certain parts of the code. This can be useful if you have multiple hosts (machines) with the same configuration, and, for example, machine `foo` does not need a program that is used on machine `bar`. diff --git a/docs/src/ru/modules/introduction-nixos.md b/docs/src/ru/modules/introduction-nixos.md index 1ee11d7..d0d9cc5 100644 --- a/docs/src/ru/modules/introduction-nixos.md +++ b/docs/src/ru/modules/introduction-nixos.md @@ -99,7 +99,7 @@ optionName = lib.mkOption { } ``` -Более подробно о опциях Denix можно узнать в разделе [Опции](/ru/options/introduction). +Более подробно о опциях Denix можно узнать в разделе [Опции](/TODO). ## Создание своих модулей (опций) Декларирование своих опций - отличная практика, если вы хотите включать и отключать части кода. Это может понадобиться, если у вас несколько хостов (машин) с одной конфигурацией, и, например, машине `foo` не нужна программа, которая используется на машине `bar`.