diff options
author | Petter Rodhelind <petter.rodhelind@gmail.com> | 2017-09-28 11:20:22 +0200 |
---|---|---|
committer | Petter Rodhelind <petter.rodhelind@gmail.com> | 2017-09-28 11:20:22 +0200 |
commit | ed9342b2a15fcb98a5e1641b291b9d51f00538e8 (patch) | |
tree | fae6678eac643e3b220ac1cf5529a81f780fe475 /dist/main.html | |
parent | 3792be8ab8fe8253fa4758a646963eb7fb95b390 (diff) | |
parent | 3f8ac29339ad67f05d32064fcc810035d55a3985 (diff) | |
download | plan9port-ed9342b2a15fcb98a5e1641b291b9d51f00538e8.tar.gz plan9port-ed9342b2a15fcb98a5e1641b291b9d51f00538e8.tar.bz2 plan9port-ed9342b2a15fcb98a5e1641b291b9d51f00538e8.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'dist/main.html')
-rw-r--r-- | dist/main.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/dist/main.html b/dist/main.html index 47f8b1e0..f0b51911 100644 --- a/dist/main.html +++ b/dist/main.html @@ -6,7 +6,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g --> <head> -<base href="http://swtch.com/plan9port/"> +<base href="https://9fans.github.io/plan9port/"> <title>Plan 9 from User Space</title> </head> <body bgcolor=#ffffff> @@ -32,9 +32,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g | <a href="/usr/local/plan9/">browse</a> | - <a href="man/man1/hg.html">hg</a> - | - <a href="http://code.swtch.com/plan9port">hgweb</a> + <a href="https://github.com/9fans/plan9port">github</a> | <a href="unix/">unix</a> | @@ -76,9 +74,10 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g <table border=0 cellspacing=0 cellpadding=0 width=100%> <tr height=10><td width=20><td> <tr><td><td> - latest tree: <a href="plan9port.tgz">plan9port.tgz</a> - <font size=-1>(<a href="/cgi-bin/info.cgi?file=/plan9port/plan9port.tgz">date and checksums</a>; - <a href="http://code.swtch.com/plan9port/commits/all">list of recent changes</a>; + using git: <code>git clone https://github.com/9fans/plan9port plan9</code> + <p> + latest tree: <a href="https://github.com/9fans/plan9port/archive/master.zip">plan9port-master.zip</a> + <font size=-1>(<a href="https://github.com/9fans/plan9port/commits/master">list of recent changes</a>; <a href="/usr/local/plan9/LICENSE">license</a>)</font> <br> </table> @@ -146,7 +145,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g <tr height=10><td width=20><td> <tr><td><td> mailing list <font size=-1>(<a href="http://groups.google.com/group/plan9port-dev">plan9port-dev on Google groups</a>)</font><br /> - issue tracker <font size=-1>(<a href="http://code.swtch.com/plan9port/issues/">http://code.swtch.com/plan9port/issues/</a>)</font><br /> + issue tracker <font size=-1>(<a href="https://github.com/9fans/plan9port/issues">https://github.com/9fans/plan9port/issues</a>)</font><br /> Russ Cox <font size=-1>(<a href="mailto:rsc@swtch.com">rsc@swtch.com</a>)</font><br /> </table> @@ -161,7 +160,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=10><td></table> - See <a href="http://swtch.com/plan9port/unix/">http://swtch.com/plan9port/unix/</a>. + See <a href="/plan9port/unix/">https://9fans.github.io/plan9port/unix/</a>. </table> <table border=0 cellspacing=0 cellpadding=0 width=100%><tr height=20><td></table> @@ -169,7 +168,7 @@ Edit ./^$/,s/<Table/<table border=0 cellspacing=0 cellpadding=0 width=100%/g <table border=0 cellspacing=0 cellpadding=0 width=100%> <tr height=10><td width=20><td> <tr><td><td> - <a href="http://swtch.com/usr/local/plan9/9pm/README"> + <a href="https://9fans.github.io/usr/local/plan9/9pm/README"> An early version </a> of Plan 9 from User Space for Windows. Only for reference. |