about summary refs log tree commit diff
path: root/doc
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
parent063f44d23cfe25fd88ed5d05dfc25828a88dd39d (diff)
svn path=/nixpkgs/trunk/; revision=18420
Diffstat (limited to 'doc')
-rw-r--r--doc/coding-conventions.xml2
-rw-r--r--doc/quick-start.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/coding-conventions.xml b/doc/coding-conventions.xml
index b941e3ca2a6d8..282fad66280cb 100644
--- a/doc/coding-conventions.xml
+++ b/doc/coding-conventions.xml
@@ -207,7 +207,7 @@ args.stdenv.mkDerivation (args // {
 </section>
 
 
-<section><title>File naming and organisation</title>
+<section xml:id="sec-organisation"><title>File naming and organisation</title>
 
 <para>Names of files and directories should be in lowercase, with
 dashes between words — not in camel case.  For instance, it should be
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>