about summary refs log tree commit diff
path: root/doc/quick-start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/quick-start.xml')
-rw-r--r--doc/quick-start.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/quick-start.xml b/doc/quick-start.xml
index 6f49bee4b64e9..9cacb1fcccf1d 100644
--- a/doc/quick-start.xml
+++ b/doc/quick-start.xml
@@ -25,8 +25,8 @@ $ cd nixpkgs</screen>
     <filename>pkgs/development/libraries/<replaceable>pkgname</replaceable></filename>,
     while a web browser goes into
     <filename>pkgs/applications/networking/browsers/<replaceable>pkgname</replaceable></filename>.
-    See Section XXX for some hints on the tree organisation.  Create a
-    directory for your package, e.g.
+    See <xref linkend="sec-organisation" /> for some hints on the tree
+    organisation.  Create a directory for your package, e.g.
 
 <screen>
 $ svn mkdir pkgs/development/libraries/libfoo</screen>