aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKare Nuorteva <kare.nuorteva@me.com>2017-09-10 13:25:49 +0300
committerDavid du Colombier <0intro@gmail.com>2017-09-14 17:25:17 +0200
commite0ebb42fed183aabc9603c3a21890f1c8938c33e (patch)
tree077d6a217d6290e57c460f910e9dedfe9c5ab86c /README.md
parent1ff929ff26a59c960168f463cc7cdc853bedb898 (diff)
downloadplan9port-e0ebb42fed183aabc9603c3a21890f1c8938c33e.tar.gz
plan9port-e0ebb42fed183aabc9603c3a21890f1c8938c33e.tar.bz2
plan9port-e0ebb42fed183aabc9603c3a21890f1c8938c33e.zip
README: update links
Change-Id: I060a8ce1456ad07fd62740b7a0d27256ed094d8a
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 1c1e3c52..1409d5a5 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@ To install, run ./INSTALL. It builds mk and then uses mk to
run the rest of the installation.
For more details, see install(1), at install.txt in this directory
-and at http://swtch.com/plan9port/man/man1/install.html.
+and at https://9fans.github.io/plan9port/man/man1/install.html.
Documentation
-------------
-See http://swtch.com/plan9port/man/ for more documentation.
+See https://9fans.github.io/plan9port/man/ for more documentation.
(Documentation is also in this tree, but you need to run
a successful install first. After that, "9 man 1 intro".)
@@ -27,8 +27,6 @@ If you'd like to help out, great! The TODO file contains a small list.
If you port this code to other architectures, please share your changes
so others can benefit.
-Please use codereview(1) to prepare patches.
-
Git
---
@@ -46,8 +44,8 @@ Status
Contact
-------
-* Mailing list: http://groups.google.com/group/plan9port-dev
-* Issue tracker: http://code.swtch.com/plan9port/issues/
-* Submitting changes: http://swtch.com/go/codereview
+* Mailing list: https://groups.google.com/group/plan9port-dev
+* Issue tracker: https://github.com/9fans/plan9port/issues
+* Submitting changes: https://github.com/9fans/plan9port/pulls
* Russ Cox <rsc@swtch.com>