]> git.sur5r.net Git - i3/i3.github.io/commitdiff
Use github URLs and fix download link that still pointed to the 4.9 release. 6/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 1 May 2015 18:04:52 +0000 (20:04 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sun, 3 May 2015 09:25:31 +0000 (11:25 +0200)
downloads/index.html

index ec5a0f827235e75718df815c8ef81d885359cd1a..7d6571a34641d49e6336be7f6ce610d0604aba8a 100644 (file)
@@ -358,26 +358,26 @@ We also provide <a href="/docs/repositories.html">Debian and Ubuntu repositories
 
 <p>
   Use <a href="http://git-scm.com/">git</a> to follow the latest changes or
-  <a href="http://code.i3wm.org/i3">view them on this webpage</a>. This command checks out the 'master'
+  <a href="https://github.com/i3/i3">view them on this webpage</a>. This command checks out the 'next'
   branch:
 </p>
 
 <pre>
-  $ git clone git://code.i3wm.org/i3
+  $ git clone git@github.com:i3/i3.git
 </pre>
 
 <p>
   The 'master' branch is the current stable version plus bugfixes.<br>
   The 'next' branch is the next version, yet to be released. Use <tt>git
-  checkout next</tt> to switch to the 'next' branch.
+  checkout master</tt> to switch to the 'master' branch.
 </p>
 
 <p>
   If you prefer to download a tarball, or if you cannot use git for whatever reason,
   you may download the current master branch from
-  <a href="http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2">
-    http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2
-  </a>
+  <a href="https://github.com/i3/i3/archive/master.tar.gz">
+    https://github.com/i3/i3/archive/master.tar.gz
+  </a>.
 </p>
 
 <h2>Announce mailing list</h2>