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:28:24 UTC

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

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-java.git

commit 5f6d4d9f71564658e75272464540d24f2ce17ebe
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Jan 14 13:28:10 2020 -0800

    Changing datasketches.github.io to datasketches.apache.org plus other
    minor doc changes.
---
 README.md                                  | 9 ++++-----
 src/main/javadoc/resources/dictionary.html | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 6e62d02..dc5fbc3 100644
--- a/README.md
+++ b/README.md
@@ -28,18 +28,18 @@
 # DataSketches Core Java Component
 This is the core Java component of the DataSketches library.  It contains all of the sketching algorithms and can be accessed directly from user applications. 
 This component is also is a dependency of other components of the library that create adaptors for target systems, such as Hadoop Pig and Hadoop Hive.
-Please refer to our [website](https://datasketches.github.io) for more comprehensive information about the various sketching algorithms and how to use them.
+Please refer to our [website](https://datasketches.apache.org) for more comprehensive information about the various sketching algorithms and how to use them.
 
 Note that we have a parallel core component for C++ and Python implementations of the same sketch algorithms, 
 [incubator-datasketches-cpp](https://github.com/apache/incubator-datasketches-cpp).
 
 ## Documentation
 
-### [DataSketches Library Website](https://datasketches.github.io/)
+### [DataSketches Library Website](https://datasketches.apache.org/)
 
-### [Java Core Overview](https://datasketches.github.io/docs/TheChallenge.html)
+### [Java Core Overview](https://datasketches.apache.org/docs/TheChallenge.html)
 
-### [Java Core Javadocs](https://datasketches.github.io/api/core/snapshot/apidocs/index.html)
+### [Java Core Javadocs](https://datasketches.apache.org/api/java/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 
@@ -61,7 +61,6 @@ This is required by the Oracle Java Specification in order to ensure location-in
 ## Build Instructions
 
 ### JDK8 is required to compile
-
 This DataSketches component is pure Java and you must compile using JDK 8.
 
 ### Recommended Build Tool
diff --git a/src/main/javadoc/resources/dictionary.html b/src/main/javadoc/resources/dictionary.html
index 18004cc..ab26f61 100644
--- a/src/main/javadoc/resources/dictionary.html
+++ b/src/main/javadoc/resources/dictionary.html
@@ -31,7 +31,7 @@ Refers to sketch accuracy...
 
 <h3><a name="alphaTCF">Alpha TCF</a></h3>
 The Alpha Theta Choosing Function (TCF) and the theory behind it is fully described in the 
-<a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper. 
+<a href="https://github.com/DataSketches/DataSketches.apache.org/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper. 
 The alpha algorithm is optimized for speed and accuracy in a real-time sketch
 building / estimating environment.
 <p>One of the properties of the Alpha Algorithm used for cache management within a sketch is that
@@ -238,7 +238,7 @@ merge together as if they were pushed together with a snowplow.
 
 <h3><a name="tcf">Theta Choosing Function (TCF)</a></h3>
 For Theta Sketches, the Theta Choosing Function (TCF) and the theory behind it is fully described in the
-<a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
+<a href="https://github.com/DataSketches/DataSketches.apache.org/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
 
 <h3><a name="theta">Theta, &theta;</a></h3>
 For Theta Sketches, refers to the mathematical random variable &theta; that represents the current probability
@@ -257,7 +257,7 @@ to be arguments to the Union, Intersection and AnotB Set Operations.
 This framework also enables the sketches to share estimation, upper and lower bounds algorithms and 
 a common serialization data structure.
 The Theta Sketch Framework, Theta Choosing Functions and the theory behind them is fully described 
-in the <a href="https://github.com/DataSketches/DataSketches.github.io/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
+in the <a href="https://github.com/DataSketches/DataSketches.apache.org/blob/master/docs/pdf/ThetaSketchFramework.pdf">Theta Sketch Framework</a> paper.
 
 <h3><a name="updateReturnState">Update Return State</a></h3>
 For Theta Sketches, this provides useful detail for sketch characterization and debugging.  It is not required that any of


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