mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
do not use relative paths in link text
This commit is contained in:
parent
4cbeb4e491
commit
8709b019ea
2 changed files with 17 additions and 17 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
optionsDoc = pkgs.nixosOptionsDoc {
|
||||
options = builtins.removeAttrs optEval.options [ "_module" ];
|
||||
};
|
||||
replaceLinkNamesPattern = ''sR\[/nix/store/[a-z0-9]+-source/R[../R'';
|
||||
replaceLinkNamesPattern = ''sR\[/nix/store/[a-z0-9]+-source/R[R'';
|
||||
replaceLinkContentsPattern = ''sR\(file:///nix/store/[a-z0-9]+-source/R(../R'';
|
||||
in
|
||||
pkgs.runCommand "options-doc.md" {} ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue