diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-20 00:06:01 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-20 00:06:01 +0000 |
commit | e90a742db85ce7bf5ac9d1ad2fff42b7aa772cbe (patch) | |
tree | 40e3f6f034a1b0bbca40bcd9508c5d48a4f9e630 | |
parent | b219d54503b434f451625516ee13f3fd4bd80376 (diff) | |
download | rtmux-e90a742db85ce7bf5ac9d1ad2fff42b7aa772cbe.tar.gz rtmux-e90a742db85ce7bf5ac9d1ad2fff42b7aa772cbe.tar.bz2 rtmux-e90a742db85ce7bf5ac9d1ad2fff42b7aa772cbe.zip |
Tweak bold link.
-rw-r--r-- | www/index.html.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/index.html.in b/www/index.html.in index f8ce53a2..c7188f03 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -31,9 +31,8 @@ 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>Download -<b><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz"> -tmux %%VERSION%%</a></b> or +<p><b><a href="http://downloads.sourceforge.net/tmux/tmux-%%VERSION%%.tar.gz"> +Download tmux %%VERSION%%</a></b> or <a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/"> get the development version.</a></p> |