From c9b9f7ee1d92985cab28e955b6ece159e80f5afa Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 21 Aug 2013 16:44:14 +0200 Subject: [PATCH] Manual: Fix some links --- doc/manual/configuration.xml | 4 ++-- doc/manual/development.xml | 33 ++++++++++++++++----------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/doc/manual/configuration.xml b/doc/manual/configuration.xml index f631ee68767..fdd8ce80778 100644 --- a/doc/manual/configuration.xml +++ b/doc/manual/configuration.xml @@ -168,8 +168,8 @@ In that case, you can do two things. First, you can clone the Nixpkgs repository, add the package to your clone, and (optionally) submit a patch or pull request to have it accepted into the main Nixpkgs repository. This is described in detail in the Nixpkgs -manual. In short, you clone Nixpkgs: +xlink:href="http://nixos.org/nixpkgs/manual">Nixpkgs manual. +In short, you clone Nixpkgs: $ git clone git://github.com/NixOS/nixpkgs.git diff --git a/doc/manual/development.xml b/doc/manual/development.xml index 251df4c84c8..cc5af79dd4e 100644 --- a/doc/manual/development.xml +++ b/doc/manual/development.xml @@ -407,7 +407,7 @@ $ nix-build -A config.system.build.manual Testing the installer -Building, burning, and +Building, burning, and booting from an installation CD is rather tedious, so here is a quick way to see if the installer works properly: @@ -543,10 +543,10 @@ starting VDE switch for network 1 This and other tests are continuously run on the - Hydra instance at nixos.org, which - allows developers to be notified of any regressions introduced by - a NixOS or Nixpkgs change. + xlink:href="http://hydra.nixos.org/jobset/nixos/trunk">the Hydra + instance at nixos.org, which allows + developers to be notified of any regressions introduced by a NixOS + or Nixpkgs change. @@ -572,28 +572,27 @@ starting VDE switch for network 1 - test - A derivation containing the test log as an HTML file, - as seen above, suitable for presentation in the Hydra continuous - build system. + test + A derivation containing the test log as an HTML file, + as seen above, suitable for presentation in the Hydra continuous + build system. - report - A derivation containing a code coverage report, with - meta-data suitable for Hydra. + report + A derivation containing a code coverage report, with + meta-data suitable for Hydra. - driver - A derivation containing scripts to run the VM test or - interact with the VM network interactively, as seen above. - + driver + A derivation containing scripts to run the VM test or + interact with the VM network interactively, as seen above. + -