You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/14 21:31:02 UTC

[incubator-datasketches-memory] branch misc created (now 6f59f31)

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a change to branch misc
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git.


      at 6f59f31  Changing datasketches.github.io to datasketches.apache.org plus other minor doc changes.

This branch includes the following new commits:

     new 6f59f31  Changing datasketches.github.io to datasketches.apache.org plus other minor doc changes.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-memory] 01/01: Changing datasketches.github.io to datasketches.apache.org plus other minor doc changes.

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch misc
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-memory.git

commit 6f59f31458430a10b1a3fd41bfe34729c20749a9
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Jan 14 13:30:49 2020 -0800

    Changing datasketches.github.io to datasketches.apache.org plus other
    minor doc changes.
---
 DISCLAIMER-WIP |  2 +-
 README.md      | 24 +++++++++++++-----------
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/DISCLAIMER-WIP b/DISCLAIMER-WIP
index c90f3f7..ae9f942 100644
--- a/DISCLAIMER-WIP
+++ b/DISCLAIMER-WIP
@@ -15,7 +15,7 @@ un-reviewed licensing conditions. What follows is a list of known
 issues the project is currently aware of (note that this list, by
 definition, is likely to be incomplete): 
 
- * The LICENSE and NOTICE files may not be complete and will be fixed with the next release.
+ * No issues are known at this time. 
 
 If you are planning to incorporate this work into your
 product or project, please be aware that you will need to conduct a
diff --git a/README.md b/README.md
index b9cb190..1b2154a 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 [![Total alerts](https://img.shields.io/lgtm/alerts/g/apache/incubator-datasketches-memory.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/incubator-datasketches-memory/alerts/)
 [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-datasketches-memory/badge.svg?branch=master&service=github)](https://coveralls.io/github/apache/incubator-datasketches-memory?branch=master)
 
- =================
+=================
 
 # DataSketches Memory Component
  The goal of this component of the library is to provide high performance access to native memory for primitives
@@ -32,17 +32,15 @@
  runtime dependencies and can be used in any application that needs to manage data structures outside
  the Java heap.
 
-## Documentation and Feedback
+## Documentation
 
-### [DataSketches Library Website](https://datasketches.github.io/)
+### [DataSketches Library Website](https://datasketches.apache.org/)
 
-### [Memory Package Overview Documentation](https://datasketches.github.io/docs/Memory/MemoryPackage.html)
+### [Memory Package Overview Documentation](https://datasketches.apache.org/docs/Memory/MemoryPackage.html)
 
-### [Memory Package Performance](https://datasketches.github.io/docs/Memory/MemoryPerformance.html)
+### [Memory Package Performance](https://datasketches.apache.org/docs/Memory/MemoryPerformance.html)
 
-### [Memory JavaDocs](https://datasketches.github.io/api/memory/snapshot/apidocs/index.html)
-
-### [Forum](https://groups.google.com/forum/#!forum/sketches-user)
+### [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 
@@ -51,19 +49,23 @@ __NOTE:__ This component accesses resource files for testing. As a result, the d
 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 Apache Archive](http://archive.apache.org/dist/incubator/datasketches/memory/)
+### [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
 
-### JDK8 is Required Compiler
+### JDK8 is required to compile
 This DataSketches component is pure Java and you must compile using JDK 8.
 
 ### Recommended Build Tool
-The DataSketches-java component structured as a Maven project and Maven is the recommended Build Tool.
+This DataSketches component is structured as a Maven project and Maven is the recommended Build Tool.
 
 There are two types of tests: normal unit tests and tests run by the strict profile.  
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org