summary refs log tree commit diff
path: root/doc/functions/library.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/library.xml')
-rw-r--r--doc/functions/library.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/functions/library.xml b/doc/functions/library.xml
index b291356c14b85..0a8bae229f261 100644
--- a/doc/functions/library.xml
+++ b/doc/functions/library.xml
@@ -8,14 +8,14 @@
   Nixpkgs provides a standard library at <varname>pkgs.lib</varname>, or through <code>import &lt;nixpkgs/lib&gt;</code>.
  </para>
 
- <xi:include href="./library/asserts.xml" />
-
- <xi:include href="./library/attrsets.xml" />
-
 <!-- These docs are generated via nixdoc. To add another generated
       library function file to this list, the file
       `lib-function-docs.nix` must also be updated. -->
 
+ <xi:include href="./library/generated/asserts.xml" />
+
+ <xi:include href="./library/generated/attrsets.xml" />
+
  <xi:include href="./library/generated/strings.xml" />
 
  <xi:include href="./library/generated/trivial.xml" />