diff options
-rw-r--r-- | www/index.html.in | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/www/index.html.in b/www/index.html.in index 771e01aa..78b48b6c 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -11,12 +11,11 @@ <div id="left-menu-container"> <img src="logo.png" alt="tmux" id="upper-left-title"></img> <ul id="left-menu"> - <li><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">Download</a></li> - <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li> + <li><a href="https://github.com/tmux/tmux/archive/%%RELEASE%%.tar.gz">Download</a></li> + <li><a href="https://raw.githubusercontent.com/tmux/tmux/master/README">README</a></li> <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li> - <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li> - <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">Source Code</a></li> - <li><a href="http://sf.net/projects/tmux">SourceForge Page</a></li> + <li><a href="https://raw.githubusercontent.com/tmux/tmux/master/FAQ">FAQ</a></li> + <li><a href="https://github.com/tmux/tmux">Source Code</a></li> <li><a href="https://groups.google.com/forum/#!forum/tmux-users">Mailing List</a></li> <li><a href="irc://irc.freenode.net/tmux">IRC Channel</a></li> </ul> @@ -31,13 +30,13 @@ background) and reattach them to a different terminal. And do a lot more. See <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1"> the manual</a>.</p> -<p><b><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz"> +<p><b><a href="https://github.com/tmux/tmux/archive/%%RELEASE%%.tar.gz"> Download tmux %%RELEASE%%</a></b> -<b><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/CHANGES">(changelog)</a></b> or -<a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/"> +<b><a href="https://raw.githubusercontent.com/tmux/tmux/master/CHANGES">(changelog)</a></b> or +<a href="https://github.com/tmux/tmux""> get the development version.</a> tmux is hosted on -<a href="http://sf.net/projects/tmux">SourceForge</a> +<a href="http://github.com/tmux">GitHub</a> and needs <a href="http://www.monkey.org/~provos/libevent/">libevent</a> and |