README
changeset 7760 4ab84455407c
parent 3836 56af60eb6020
child 7763 2a3817cf33cb
--- a/README	Wed Mar 15 14:25:45 2017 -0700
+++ b/README	Wed Mar 15 12:33:24 2017 -0700
@@ -6,23 +6,18 @@
 
     This README provides a very brief overview of the gate, how to retrieve
     a copy, and how to build it.  Detailed documentation about the Userland
-    gate can be found in the 'doc' directory.  Questions or comments about
-    the gate can be addressed to [email protected].
+    gate can be found in the 'doc' directory.
 
 Overview
 
-    The Userland consolidation maintains a project page at
+    The Userland consolidation maintains a project at
 
-         https://solaris-userland.java.net/
-
-    and a Mercurial gate at
+         https://github.com/oracle/solaris-userland
 
-         https://hg.java.net/hg/solaris-userland~gate
-
-    This gate contains build recipies, patches, IPS manifests, etc. necessary
+    That repo contains build recipes, patches, IPS manifests, etc. necessary
     to download, prep, build, test, package and publish open source software.
-    The build infrastructure is similiar to that of the SFW consolidation in
-    that it makes use of herarchical Makefiles which provide dependency and
+    The build infrastructure is similar to that of the SFW consolidation in
+    that it makes use of hierarchical Makefiles which provide dependency and
     recipe information for building the components.  In order to build the
     contents of the Userland gate, you need to clone it.  Since you are
     reading this, you probably already have.
@@ -33,7 +28,7 @@
     build or develop in the gate, you will need to clone it.  You can do so
     with the following command
     
-      $ hg clone https://hg.java.net/hg/solaris-userland~gate /scratch/clone
+      $ git clone https://github.com/oracle/solaris-userland.git /scratch/clone
 
     This will create a replica of the various pieces that are checked into the
     source code management system, but it does not retrieve the community