summary refs log tree commit diff
path: root/doc/functions/library/attrsets.xml
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-06-07 06:02:29 -0700
committerGitHub <noreply@github.com>2021-06-07 06:02:29 -0700
commit2f92034d30bc7f8708b8f8cef134b67ad2670a3f (patch)
tree528c3d53c5b6892b866911355d316f12a2a30e7a /doc/functions/library/attrsets.xml
parent1c50387848bb0d24cb737390322761410b482667 (diff)
parent3c78ad2561a831dcbe6e193465f787019638d56b (diff)
downloadnixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.gz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.bz2
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.lz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.xz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.zst
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.zip
Merge pull request #125838 from jtojnar/strict-commonmark
doc: Parse as CommonMark
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>