Skip to content

Commit 628bc04

Browse files
committed
docs/src/modules/introduction-nixos: remove dead links
1 parent 347ddef commit 628bc04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/modules/introduction-nixos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ delib.module {
101101
}
102102
```
103103

104-
For more information on Denix options, see the [Options](/options/introduction) section.
104+
For more information on Denix options, see the [Options](/TODO) section.
105105

106106
## Creating Your Own Modules (Options)
107107
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`.

docs/src/ru/modules/introduction-nixos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ optionName = lib.mkOption {
9999
}
100100
```
101101

102-
Более подробно о опциях Denix можно узнать в разделе [Опции](/ru/options/introduction).
102+
Более подробно о опциях Denix можно узнать в разделе [Опции](/TODO).
103103

104104
## Создание своих модулей (опций)
105105
Декларирование своих опций - отличная практика, если вы хотите включать и отключать части кода. Это может понадобиться, если у вас несколько хостов (машин) с одной конфигурацией, и, например, машине `foo` не нужна программа, которая используется на машине `bar`.

0 commit comments

Comments
 (0)