<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>