Manual: Fix some links

This commit is contained in:
Eelco Dolstra 2013-08-21 16:44:14 +02:00
parent f8a6fa774e
commit c9b9f7ee1d
2 changed files with 18 additions and 19 deletions

View File

@ -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 repository, add the package to your clone, and (optionally) submit a
patch or pull request to have it accepted into the main Nixpkgs patch or pull request to have it accepted into the main Nixpkgs
repository. This is described in detail in the <link repository. This is described in detail in the <link
xlink:href="http://hydra.nixos.org/job/nixpkgs/trunk/tarball/latest/download-by-type/doc/manual">Nixpkgs xlink:href="http://nixos.org/nixpkgs/manual">Nixpkgs manual</link>.
manual</link>. In short, you clone Nixpkgs: In short, you clone Nixpkgs:
<screen> <screen>
$ git clone git://github.com/NixOS/nixpkgs.git $ git clone git://github.com/NixOS/nixpkgs.git

View File

@ -407,7 +407,7 @@ $ nix-build -A config.system.build.manual</screen>
<title>Testing the installer</title> <title>Testing the installer</title>
<para>Building, burning, and <para>Building, burning, and
booting from an installation CD is rather booting from an installation CD is rather
tedious, so here is a quick way to see if the installer works tedious, so here is a quick way to see if the installer works
properly: properly:
@ -543,10 +543,10 @@ starting VDE switch for network 1
<para> <para>
This and other tests are continuously run on <link This and other tests are continuously run on <link
xlink:href="http://hydra.nixos.org/jobset/nixos/trunk/with-status">the xlink:href="http://hydra.nixos.org/jobset/nixos/trunk">the Hydra
Hydra instance at <literal>nixos.org</literal></link>, which instance at <literal>nixos.org</literal></link>, which allows
allows developers to be notified of any regressions introduced by developers to be notified of any regressions introduced by a NixOS
a NixOS or Nixpkgs change. or Nixpkgs change.
</para> </para>
<para> <para>
@ -572,28 +572,27 @@ starting VDE switch for network 1
<variablelist> <variablelist>
<varlistentry> <varlistentry>
<term><varname>test</varname></term> <term><varname>test</varname></term>
<listitem><para>A derivation containing the test log as an HTML file, <listitem><para>A derivation containing the test log as an HTML file,
as seen above, suitable for presentation in the Hydra continuous as seen above, suitable for presentation in the Hydra continuous
build system.</para></listitem> build system.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>report</varname></term> <term><varname>report</varname></term>
<listitem><para>A derivation containing a code coverage report, with <listitem><para>A derivation containing a code coverage report, with
meta-data suitable for Hydra.</para></listitem> meta-data suitable for Hydra.</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><varname>driver</varname></term> <term><varname>driver</varname></term>
<listitem><para>A derivation containing scripts to run the VM test or <listitem><para>A derivation containing scripts to run the VM test or
interact with the VM network interactively, as seen above.</para> interact with the VM network interactively, as seen above.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</para> </para>
</section> </section>