lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: Fix xref in functions description

This was accidentally broken by 3c78ad2561a831dcbe6e193465f787019638d56b.

+2 -2
+2 -2
doc/functions/library/attrsets.xml
··· 166 166 <xi:include href="./locations.xml" xpointer="lib.attrsets.getAttrFromPath" /> 167 167 168 168 <para> 169 - Like [](#function-library-lib.attrsets.attrByPath) except without a default, and it will throw if the value doesn't exist. 169 + Like <xref linkend="function-library-lib.attrsets.attrByPath" /> except without a default, and it will throw if the value doesn't exist. 170 170 </para> 171 171 172 172 <variablelist> ··· 1480 1480 <xi:include href="./locations.xml" xpointer="lib.attrsets.zipAttrs" /> 1481 1481 1482 1482 <para> 1483 - 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. 1483 + 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. 1484 1484 </para> 1485 1485 1486 1486 <variablelist>