Merge pull request #120 from apache/Readme

Update Readme
diff --git a/README.md b/README.md
index 5a2e16b..31a6874 100644
--- a/README.md
+++ b/README.md
@@ -25,41 +25,21 @@
 
 =================
 
-# DataSketches Memory Component
+# DataSketches Java Memory Component
  The goal of this component of the library is to provide high performance access to native memory for primitives
  and primitive arrays. It also provides consistent views into heap-based primitive arrays,
  Java ByteBuffers and memory mapped files. This package is general purpose, has minimal external
  runtime dependencies and can be used in any application that needs to manage data structures outside
  the Java heap.
 
-## Documentation
+Please visit the main [DataSketches website](https://datasketches.apache.org) for more information. 
 
-### [DataSketches Library Website](https://datasketches.apache.org/)
+If you are interested in making contributions to this site please see our [Community](https://datasketches.apache.org/docs/Community/) page for how to contact us.
 
-### [Memory Package Overview Documentation](https://datasketches.apache.org/docs/Memory/MemoryPackage.html)
-
-### [Memory Package Performance](https://datasketches.apache.org/docs/Memory/MemoryPerformance.html)
-
-### [Memory JavaDocs](https://datasketches.apache.org/api/memory/snapshot/apidocs/index.html)
-
-## Downloading Latest Release
-__NOTE:__ This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory 
-    must qualify as Java identifiers. In other words, the directory elements must not have any space characters (or non-Java identifier characters) in any of the path elements.
-    
-This is required by the Oracle Java Specification in order to ensure location-independent 
-    access to resources: [See Oracle Location-Independent Access to Resources](https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html)
-
-### [Zip File from www.apache.org/dist](http://www.apache.org/dist/incubator/datasketches/memory/)
-
-### [Jar Files from Maven Central](https://repository.apache.org/content/repositories/releases/org/apache/datasketches/datasketches-memory/)
-
-### [GitHub](https://github.com/apache/incubator-datasketches-memory/releases)
-
-## Downloading Earlier Releases
-
-### [Zip File from archive.apache.org/dist](http://archive.apache.org/dist/incubator/datasketches/memory/)
+---
 
 ## Build Instructions
+__NOTE:__ This component accesses resource files for testing. As a result, the directory elements of the full absolute path of the target installation directory must qualify as Java identifiers. In other words, the directory elements must not have any space characters (or non-Java identifier characters) in any of the path elements. This is required by the Oracle Java Specification in order to ensure location-independent access to resources: [See Oracle Location-Independent Access to Resources](https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.html)
 
 ### JDK8 is required to compile
 This DataSketches component is pure Java and you must compile using JDK 8.
@@ -99,13 +79,6 @@
 #### Testing
 See the pom.xml file for test dependencies.
 
-## How to Contact Us
-* We have two ASF [the-ASF.slack.com](http://the-ASF.slack.com) slack channels:
-    * datasketches -- general user questions
-    * datasketches-dev -- similar to our Apache [Developers Mail list](https://lists.apache.org/list.html?dev@datasketches.apache.org), except more interactive, but not as easily searchable.
+----
 
-* For bugs and performance issues: [Issues for datasketches-memory](https://github.com/apache/incubator-datasketches-memory/issues) 
-
-* For general questions about using the library please subscribe: [Users Mail List](https://lists.apache.org/list.html?users@datasketches.apache.org)
-
-* If you are interested in contributing please subscribe: [Developers Mail list](https://lists.apache.org/list.html?dev@datasketches.apache.org)
+Disclaimer: Apache DataSketches is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.