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/13 20:52:40 UTC

[incubator-datasketches-java] 01/01: update readme

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

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

commit 26a2d983fd9f36d457566a8fb95a555a6bb12899
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Mon Jan 13 12:51:52 2020 -0800

    update readme
---
 README.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7b0c3da..b281e7c 100644
--- a/README.md
+++ b/README.md
@@ -48,19 +48,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/java/)
+### [Zip File from www.apache.org/dist](http://www.apache.org/dist/incubator/datasketches/java/)
 
 ### [Jar Files from Maven Central](https://repository.apache.org/content/repositories/releases/org/apache/datasketches/datasketches-java/)
 
 ### [GitHub](https://github.com/apache/incubator-datasketches-java/releases)
 
+## Downloading Earlier Releases
+
+### [Zip File from archive.apache.org/dist](http://archive.apache.org/dist/incubator/datasketches/java/)
+
 ## 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