treewide: replace <link> by <xref> where appropriate
This commit is contained in:
parent
7bb4576f46
commit
76fbb1b15e
7 changed files with 11 additions and 14 deletions
|
|
@ -176,7 +176,7 @@ in {
|
|||
|
||||
Extensions listed here will only be available in Firefox
|
||||
profiles managed through the
|
||||
<link linkend="opt-programs.firefox.profiles">programs.firefox.profiles</link>
|
||||
<xref linkend="opt-programs.firefox.profiles"/>
|
||||
option. This is due to recent changes in the way Firefox
|
||||
handles extension side-loading.
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -47,12 +47,9 @@ in {
|
|||
type = types.listOf types.str;
|
||||
default = [ ];
|
||||
example = [ "extraGoPath1" "extraGoPath2" ];
|
||||
description = let goPathOpt = "programs.go.goPath";
|
||||
in ''
|
||||
description = ''
|
||||
Extra <envar>GOPATH</envar>s relative to <envar>HOME</envar> appended
|
||||
after
|
||||
<varname><link linkend="opt-${goPathOpt}">${goPathOpt}</link></varname>,
|
||||
if that option is set.
|
||||
after <xref linkend="opt-programs.go.goPath"/>, if that option is set.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ in
|
|||
}
|
||||
'';
|
||||
description = ''
|
||||
Similar to <varname><link linkend="opt-programs.zsh.shellAliases">opt-programs.zsh.shellAliases</link></varname>,
|
||||
Similar to <xref linkend="opt-programs.zsh.shellAliases"/>,
|
||||
but are substituted anywhere on a line.
|
||||
'';
|
||||
type = types.attrsOf types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue