diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-24T14·02+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-24T14·02+0200 |
commit | 9e4bb2045548e2166102f4a8eedf43741e1a6a98 (patch) | |
tree | 348b94305ef1a5d5626accc2f42faaab8b7fa152 | |
parent | dc341811d6bfb2a33601fe22f11db0a97956f97e (diff) |
Manual: Fix broken URLs
Fixes #172.
-rw-r--r-- | doc/manual/installation.xml | 4 | ||||
-rw-r--r-- | doc/manual/writing-nix-expressions.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/installation.xml b/doc/manual/installation.xml index 3ede881d4a55..9d1a7e755c53 100644 --- a/doc/manual/installation.xml +++ b/doc/manual/installation.xml @@ -48,7 +48,7 @@ Debian, Ubuntu, Mac OS X and various other systems from the <link xlink:href="http://nixos.org/nix/download.html">Nix homepage</link>. You can also get builds of the latest development release from our <link -xlink:href="http://hydra.nixos.org/view/nix/trunk/latest">continuous +xlink:href="http://hydra.nixos.org/job/nix/trunk/release/latest-finished#tabs-constituents">continuous build system</link>.</para> <para>For Fedora, RPM packages are available. These can be installed @@ -188,7 +188,7 @@ a source distribution.</para> downloaded from the <link xlink:href="http://nixos.org/nix/download.html">Nix homepage</link>. You can also grab the <link -xlink:href="http://hydra.nixos.org/view/nix/trunk/latest/tarball/download-by-type/file/source-dist">most +xlink:href="http://hydra.nixos.org/job/nix/trunk/release/latest-finished#tabs-constituents">most recent development release</link>.</para> <para>Alternatively, the most recent sources of Nix can be obtained diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index f7133345ad71..5ba3df56c7c9 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -15,7 +15,7 @@ on to a more in-depth look at the Nix expression language.</para> For more extensive information on adding packages to the Nix Packages collection (such as functions in the standard environment and coding conventions), please consult <link -xlink:href="http://hydra.nixos.org/job/nixpkgs/trunk/tarball/latest/download-by-type/doc/manual">its +xlink:href="http://nixos.org/nixpkgs/manual/">its manual</link>.</para></note> |