summaryrefslogtreecommitdiffstats
path: root/doc/quick-start.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-18 13:58:59 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-11-18 13:58:59 +0000
commitbab04acc3a32b4b69b8b02d9bca634e1953e3307 (patch)
treee7dfc49bc8425d53d3d0981c9caff79ede419f03 /doc/quick-start.xml
parent063f44d23cfe25fd88ed5d05dfc25828a88dd39d (diff)
svn path=/nixpkgs/trunk/; revision=18420
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 6f49bee4b64e..9cacb1fcccf1 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>