about summary refs log tree commit diff
path: root/doc/stdenv.xml
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-06-02 11:21:22 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2015-06-02 11:22:19 +0200
commit9c983ade4d56f9585fd2a806c8ee1650e180b3eb (patch)
tree9180dbae9cc02879e70af8002977b2680d280834 /doc/stdenv.xml
parentc86c1b79af8b3eb057c092bde15885ff48729171 (diff)
downloadnixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.tar
nixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.tar.gz
nixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.tar.bz2
nixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.tar.lz
nixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.tar.xz
nixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.tar.zst
nixlib-9c983ade4d56f9585fd2a806c8ee1650e180b3eb.zip
doc: fix references
Diffstat (limited to 'doc/stdenv.xml')
-rw-r--r--doc/stdenv.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 58310834fd2f..4e51db730105 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -59,7 +59,7 @@ build.  To make this easier, the standard environment breaks the
 package build into a number of <emphasis>phases</emphasis>, all of
 which can be overridden or modified individually: unpacking the
 sources, applying patches, configuring, building, and installing.
-(There are some others; see <xref linkend="ssec-stdenv-phases"/>.)
+(There are some others; see <xref linkend="sec-stdenv-phases"/>.)
 For instance, a package that doesn’t supply a makefile but instead has
 to be compiled “manually” could be handled like this: