From 607eeda9bb86a0c93043f1a107451466e49a29a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Domen=20Ko=C5=BEar?= <domen@dev.si>
Date: Wed, 12 Oct 2016 18:00:30 +0200
Subject: [PATCH] svn.nixos.org -> github.com

---
 doc/manual/projects.xml | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

diff --git a/doc/manual/projects.xml b/doc/manual/projects.xml
index f7e7a8f5..27a847a1 100644
--- a/doc/manual/projects.xml
+++ b/doc/manual/projects.xml
@@ -123,9 +123,9 @@ Nix expression: release.nix in input patchelfSrc
 
 <screen>
 patchelfSrc
-  'Subversion checkout' https://svn.nixos.org/repos/nix/patchelf/trunk
+'Git checkout' https://github.com/NixOS/patchelf
 
-nixpkgs 'Subversion checkout' https://svn.nixos.org/repos/nix/nixpkgs/trunk
+nixpkgs 'Git checkout' https://github.com/NixOS/nixpkgs
 
 officialRelease   Boolean false
 
@@ -134,17 +134,6 @@ system   String value "i686-linux"
     </para>
   </section>
 
-  <section>
-    <title>Release Set</title>
-
-    <!-- TODO -->
-    there must be one primary job
-
-    check the radio button of exactly one job
-
-    https://svn.nixos.org/repos/nix/nixpkgs/trunk
-  </section>
-
   <section>
     <title>Building Jobs</title>
   </section>
@@ -172,7 +161,7 @@ system   String value "i686-linux"
       expression</literal> heading.  See, for example, the <link
       xlink:href="http://hydra.nixos.org/jobset/patchelf/trunk">jobset
       overview page</link> of the PatchELF project, and <link
-      xlink:href="https://svn.nixos.org/repos/nix/patchelf/trunk/release.nix">
+      xlink:href="https://github.com/NixOS/patchelf/blob/master/release.nix">
       the corresponding Nix file</link>.
     </para>
 
@@ -291,7 +280,7 @@ in
             <varname>texLive</varname>–are the names of the
             <emphasis>attributes</emphasis> corresponding to these
             packages in Nixpkgs, specifically in the <link
-            xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/all-packages.nix"><filename>all-packages.nix</filename></link>
+             xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/all-packages.nix"><filename>all-packages.nix</filename></link>
             file.  See the section entitled “Package Naming” in the
             Nixpkgs manual for more information.</para></footnote>.
           </para>
@@ -434,7 +423,7 @@ coverage =
       run build in virtual machines, which can themselves run another
       GNU/Linux distribution, which allows for the creation of packages
       for these distributions.  Please see <link
-      xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/build-support/release/">the
+       xlink:href="https://github.com/NixOS/nixpkgs/tree/master/pkgs/build-support/release">the
       <filename>pkgs/build-support/release</filename> directory</link>
       of Nixpkgs for more.  The NixOS manual also contains information
       about whole-system testing in virtual machine.