From: Ingo Bürk Date: Fri, 1 May 2015 18:04:52 +0000 (+0200) Subject: Use github URLs and fix download link that still pointed to the 4.9 release. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F6%2Fhead;p=i3%2Fi3.github.io Use github URLs and fix download link that still pointed to the 4.9 release. --- diff --git a/downloads/index.html b/downloads/index.html index ec5a0f8..7d6571a 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -358,26 +358,26 @@ We also provide Debian and Ubuntu repositories

Use git to follow the latest changes or - view them on this webpage. This command checks out the 'master' + view them on this webpage. This command checks out the 'next' branch:

-  $ git clone git://code.i3wm.org/i3
+  $ git clone git@github.com:i3/i3.git
 

The 'master' branch is the current stable version plus bugfixes.
The 'next' branch is the next version, yet to be released. Use git - checkout next to switch to the 'next' branch. + checkout master to switch to the 'master' branch.

If you prefer to download a tarball, or if you cannot use git for whatever reason, you may download the current master branch from - - http://code.i3wm.org/i3/snapshot/i3-master.tar.bz2 - + + https://github.com/i3/i3/archive/master.tar.gz + .

Announce mailing list