Fix broken links
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 @@
 | 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 @@
 
 ### 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 @@
 ## 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