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

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


The following commit(s) were added to refs/heads/master by this push:
     new 38b0bbe  Fix broken links
38b0bbe is described below

commit 38b0bbe2cf6975293bf3717639eb9388688a45f9
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Feb 21 20:46:49 2021 -0800

    Fix broken links
---
 docs/Architecture/Components.md                  | 2 +-
 docs/Community/ReleaseProcessForCppComponents.md | 2 +-
 docs/QuantilesStudies/MomentsSketchStudy.md      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/Architecture/Components.md b/docs/Architecture/Components.md
index bca71e8..ff00b21 100644
--- a/docs/Architecture/Components.md
+++ b/docs/Architecture/Components.md
@@ -34,7 +34,7 @@ If you have a specific issue or bug report that impacts only 
one of these compon
 | C++ Core                    | <https://github.com/apache/datasketches-cpp>   
           |
 | Hive Adaptor                | <https://github.com/apache/datasketches-hive>  
           |
 | Pig Adaptor                 | <https://github.com/apache/datasketches-pig>   
           |
-| PostreSQL Adaptor           | 
<https://github.com/apache/datasketches-postresql>        |
+| PostreSQL Adaptor           | 
<https://github.com/apache/datasketches-postgresql>       |
 | Memory                      | 
<https://github.com/apache/datasketches-memory>           |
 | Characterization            | 
<https://github.com/apache/datasketches-characterization> |
 | Website                     | 
<https://github.com/apache/datasketches-website>          |
diff --git a/docs/Community/ReleaseProcessForCppComponents.md 
b/docs/Community/ReleaseProcessForCppComponents.md
index b691e8a..ec9149f 100644
--- a/docs/Community/ReleaseProcessForCppComponents.md
+++ b/docs/Community/ReleaseProcessForCppComponents.md
@@ -114,7 +114,7 @@ __NOTES:__
 
 ### Create Copy of External Artifact Distributions
 * For Java, we need to place copies of the artifact jars deployed to Nexus 
under a "maven" directory.
-* For example see 
<https://dist.apache.org/repos/dist/release/datasketches/java/1.3.0-incubating/>
+* For example see 
<https://dist.apache.org/repos/dist/dev/datasketches/java/2.0.0-RC3/>
 * For external artifacts of Python or Docker it will be something else.
 * These must be signed with GPG (.asc) and SHA512 (.sha512)
 * I will create a script for these artifacts someday :)
diff --git a/docs/QuantilesStudies/MomentsSketchStudy.md 
b/docs/QuantilesStudies/MomentsSketchStudy.md
index bdde903..d04f8ee 100644
--- a/docs/QuantilesStudies/MomentsSketchStudy.md
+++ b/docs/QuantilesStudies/MomentsSketchStudy.md
@@ -50,7 +50,7 @@ The data file used for this evaluation, *streamA.txt*, is 
real data extracted fr
 ## Creating the Exact CDF and Histograms For Comparison
 In order to measure the accuracy of the Moments Sketch, we need an exact, 
brute-force analysis of *streamA.txt*. 
 
-The process for creating these comparison standards can be found 
[here]({{site.docs_dir}}/Quantiles/ExactQuantiles.html).
+The process for creating these comparison standards can be found 
[here]({{site.docs_dir}}/QuantilesStudies/ExactQuantiles.html).
 
 ## The Results
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to