summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2018-10-19 12:25:17 +0200
committerRobert Hensing <robert@roberthensing.nl>2018-10-19 12:25:17 +0200
commita5c4642ddf03f792c29764c53725f9b04e06decd (patch)
tree607501e8cffd4d7a824b2f84c2368180e8059d63 /doc
parent3c2ae189c2af388812d82596770df74ac8f839ee (diff)
downloadnixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.tar
nixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.tar.gz
nixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.tar.bz2
nixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.tar.lz
nixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.tar.xz
nixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.tar.zst
nixlib-a5c4642ddf03f792c29764c53725f9b04e06decd.zip
doc: Add link from overrides to overlays
Diffstat (limited to 'doc')
-rw-r--r--doc/functions/overrides.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/functions/overrides.xml b/doc/functions/overrides.xml
index 5532951d1a79..4ba861bd1a42 100644
--- a/doc/functions/overrides.xml
+++ b/doc/functions/overrides.xml
@@ -11,8 +11,9 @@
 
  <para>
   These functions are used to make changes to packages, returning only single
-  packages. Overlays, on the other hand, can be used to combine the overridden
-  packages across the entire package set of Nixpkgs.
+  packages. <link xlink:href="#chap-overlays">Overlays</link>, on the other
+  hand, can be used to combine the overridden packages across the entire
+  package set of Nixpkgs.
  </para>
 
  <section xml:id="sec-pkg-override">