1111<title >Building the installation CD</title >
1212
1313<para >Instead of building an installation CD, you could just download
14- one from <link  xlink : href =" http://nix.cs.uu.nl /nixos/" 
14+ one from <link  xlink : href =" http://nixos.org /nixos/" 
1515(or need) to build it yourself:
1616
1717<orderedlist >
1818
1919  <listitem ><para >Make sure that you have a <emphasis >very</emphasis >
2020  recent pre-release version of Nix installed (<link 
21-   xlink : href =" http://nix.cs.uu.nl/dist /nix/nix-unstable-latest /" 
21+   xlink : href =" http://nixos.org/releases /nix/nix-unstable/" 
2222  The NixOS Nix expressions frequently use bleeding-edge features.  If
2323  you get any kind of expression evaluation error, try to upgrade your
2424  Nix.</para ></listitem >
@@ -29,18 +29,18 @@ one from <link xlink:href="http://nix.cs.uu.nl/nixos/"/>.  If you want
2929  channel to speed up building, i.e.,
3030
3131<screen >
32- $ nix-channel --add http://nix.cs.uu.nl/dist/nix /channels-v3 /nixpkgs-unstable
32+ $ nix-channel --add http://nixos.org/releases/nixpkgs /channels/nixpkgs-unstable
3333$ nix-channel --update</screen >
3434
3535  </para ></listitem >
3636
3737  <listitem ><para >Check out NixOS from <link 
38-   xlink : href =" https://svn.cs.uu.nl:12443 /repos/trace /nixos/trunk" 
38+   xlink : href =" https://svn.nixos.org /repos/nix /nixos/trunk" 
3939  <literal >nixos</literal >.</para ></listitem >
4040
4141  <listitem ><para >If you don’t already have Nixpkgs checkout, Check
4242  out Nixpkgs from <link 
43-   xlink : href =" https://svn.cs.uu.nl:12443 /repos/trace /nixos/trunk" 
43+   xlink : href =" https://svn.nixos.org /repos/nix /nixos/trunk" 
4444  <literal >nixpkgs</literal >.</para ></listitem >
4545
4646  <listitem ><para >In the directory <literal >nixos</literal >, make a
@@ -174,7 +174,7 @@ $ nixos-hardware-scan > /mnt/etc/nixos/configuration.nix</screen>
174174
175175    <para >More examples of NixOS configurations for some actual
176176    machines can be found at <link 
177-     xlink : href =" https://svn.cs.uu.nl:12443 /repos/trace /configurations/trunk/" para >
177+     xlink : href =" https://svn.nixos.org /repos/nix /configurations/trunk/" para >
178178
179179    <note ><para >It is very important that you specify in the option
180180    <option >boot.initrd.extraKernelModules</option > all kernel modules
0 commit comments