tREADME: update links - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e0ebb42fed183aabc9603c3a21890f1c8938c33e
 (DIR) parent 1ff929ff26a59c960168f463cc7cdc853bedb898
 (HTM) Author: Kare Nuorteva <kare.nuorteva@me.com>
       Date:   Sun, 10 Sep 2017 13:25:49 +0300
       
       README: update links
       
       Change-Id: I060a8ce1456ad07fd62740b7a0d27256ed094d8a
       
       Diffstat:
         M README.md                           |      12 +++++-------
       
       1 file changed, 5 insertions(+), 7 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       t@@ -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".)
        
       t@@ -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
        ---
        
       t@@ -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>