summary refs log tree commit diff
path: root/doc/functions/library/attrsets.xml
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-07 18:48:37 +0000
committerGitHub <noreply@github.com>2021-06-07 18:48:37 +0000
commit5b7fbb07b8827bcc279522fe5b8806ef59f433f3 (patch)
tree0b5722da489cdee4f48d9ca2e9843ff45248fea0 /doc/functions/library/attrsets.xml
parentd3f2c41b267151a0ab819429d1ce7cfa7ff8a2fb (diff)
parent1593cddce5e125b2cf7d9043671e489f36e8ae4c (diff)
downloadnixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.gz
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.bz2
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.lz
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.xz
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.zst
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.zip
Merge staging-next into staging
Diffstat (limited to 'doc/functions/library/attrsets.xml')
-rw-r--r--doc/functions/library/attrsets.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/functions/library/attrsets.xml b/doc/functions/library/attrsets.xml
index 912d6d47798..ef132514da1 100644
--- a/doc/functions/library/attrsets.xml
+++ b/doc/functions/library/attrsets.xml
@@ -166,7 +166,7 @@ lib.attrsets.setAttrByPath [ "a" "b" ] 3
   <xi:include href="./locations.xml" xpointer="lib.attrsets.getAttrFromPath" />
 
   <para>
-   Like <xref linkend="function-library-lib.attrsets.attrByPath" /> except without a default, and it will throw if the value doesn't exist.
+   Like [](#function-library-lib.attrsets.attrByPath) except without a default, and it will throw if the value doesn't exist.
   </para>
 
   <variablelist>
@@ -1480,7 +1480,7 @@ lib.attrsets.zipAttrsWith
   <xi:include href="./locations.xml" xpointer="lib.attrsets.zipAttrs" />
 
   <para>
-   Merge sets of attributes and combine each attribute value in to a list. Similar to <xref linkend="function-library-lib.attrsets.zipAttrsWith" /> where the merge function returns a list of all values.
+   Merge sets of attributes and combine each attribute value in to a list. Similar to [](#function-library-lib.attrsets.zipAttrsWith) where the merge function returns a list of all values.
   </para>
 
   <variablelist>