diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-01-17 02:08:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-01-17 02:08:58 +0000 |
commit | b0e2ef1a7d0ffdd83dc7296e3943680eff46acc1 (patch) | |
tree | f39d0284f2b64dede5f897c69803068b86345cdc | |
parent | de194016ec345db2a2a3e0b0d69080e288623597 (diff) | |
download | rtmux-b0e2ef1a7d0ffdd83dc7296e3943680eff46acc1.tar.gz rtmux-b0e2ef1a7d0ffdd83dc7296e3943680eff46acc1.tar.bz2 rtmux-b0e2ef1a7d0ffdd83dc7296e3943680eff46acc1.zip |
Update www for new SF URLs.
-rw-r--r-- | www/index.html.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/index.html.in b/www/index.html.in index a752f52e..36bc44c0 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -12,14 +12,14 @@ <p id="upper-left-title">tmux</p> <ul id="left-menu"> <li><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz">Download</a></li> - <li><a href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=blob;f=NOTES">Release Notes</a></li> + <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/NOTES">Release Notes</a></li> <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1">Manual Page</a></li> - <li><a href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=blob;f=FAQ">FAQ</a></li> + <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/FAQ">FAQ</a></li> <li><a href="http://www.openbsd.org/faq/faq7.html#tmux">tmux in the OpenBSD FAQ</a></li> - <li><a href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=tree;f=examples">Examples</a></li> + <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/examples/">Examples</a></li> <li> </li> <li class="menu-headings">Source Code</li> - <li><a href="http://tmux.git.sourceforge.net/git/gitweb.cgi?p=tmux/tmux;a=tree">SourceForge</a></li> + <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/">SourceForge</a></li> <li><a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/">OpenBSD</a></li> <li> </li> <li class="menu-headings">Support</li> @@ -39,7 +39,7 @@ continue running in the background, then later reattached.</p> <p>The <a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz"> latest release is tmux %%VERSION%%</a> or -<a href="http://sourceforge.net/scm/?type=git&group_id=200378"> +<a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/"> get the development version from git.</a></p> <p>tmux uses a client-server model. The server holds multiple sessions and each |