Skip to content

Commit ba31b58

Browse files
committed
docs: use chapter title for module system link
1 parent 4b6b052 commit ba31b58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/other-usage-of-flakes/module-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ won't go into detail here.
308308

309309
We have already introduced how to use `specialArgs` and `_module.args` to pass additional
310310
parameters to other Modules functions in
311-
[Passing Non-default Parameters to Submodules](../nixos-with-flakes/nixos-flake-and-module-system.md#pass-non-default-parameters-to-submodules).
311+
[The combination ability of Flakes and Nixpkgs module system](../nixos-with-flakes/nixos-flake-and-module-system.md#pass-non-default-parameters-to-submodules).
312312
No further elaboration is needed here.
313313

314314
## How to Selectively Import Modules {#selectively-import-modules}

docs/zh/other-usage-of-flakes/module-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ Nixpkgs 中的模块系统提供了一系列类似 `lib.mkIf`
269269
## 传递非默认参数到模块系统中 {#pass-non-default-parameters-to-the-module-system}
270270

271271
我们在
272-
[传递非默认参数到模块系统中](../nixos-with-flakes/nixos-flake-and-module-system.md#pass-non-default-parameters-to-submodules)
272+
[Flakes 的组合能力与 Nixpkgs Module 系统](../nixos-with-flakes/nixos-flake-and-module-system.md#pass-non-default-parameters-to-submodules)
273273
中已经介绍了如何使用 `specialArgs``_module.args`
274274
来传递额外的参数给其他 Modules 函数,这里不再赘述。
275275

0 commit comments

Comments
 (0)