From bddb6a7616def3c9be85d3b1b1171101199a5d8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Fri, 1 May 2015 20:04:52 +0200 Subject: [PATCH] Use github URLs and fix download link that still pointed to the 4.9 release. --- downloads/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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

-- 2.39.5