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 c4010c4  Fix Broken Links
c4010c4 is described below

commit c4010c41f6716cb6e1a4cd415399613370f0f9bf
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Jan 19 13:12:48 2021 -0800

    Fix Broken Links
---
 docs/Community/index.md                       | 2 +-
 docs/Sampling/ReservoirSamplingPerformance.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Community/index.md b/docs/Community/index.md
index fe98759..bd9d7df 100644
--- a/docs/Community/index.md
+++ b/docs/Community/index.md
@@ -76,7 +76,7 @@ Proposed changes to the code or documentation are usually 
done through GitHub Pu
 We welcome anyone who is eager to continue to contribute to the DataSketches 
mission of providing open source, production quality sketch algorithms and 
become part of our team.  Please send us a message on [dev]({{page.dev}}) where 
we can give you some guidance.  After you have made some successful 
contributions, the current committers will discuss your candidacy for becoming 
a committer.  You can also review the [Apache policies on becoming a 
committer](https://community.apache.org/cont [...]
 
 ### Reporting Security Issues
-If you wish to report a security vulnerability, please contact 
[[email protected]]([email protected]). Apache DataSketches follows the 
typical [Apache vulnerability handling 
process](https://apache.org/security/committers.html#vulnerability-handling).
+If you wish to report a security vulnerability, please contact 
<[email protected]>. Apache DataSketches follows the typical [Apache 
vulnerability handling 
process](https://apache.org/security/committers.html#vulnerability-handling).
 
 ## Governance
 The [Project Management 
Committee](https://www.apache.org/foundation/how-it-works.html) (PMC) is 
responsible for the administrative aspects of the DataSketches project.
diff --git a/docs/Sampling/ReservoirSamplingPerformance.md 
b/docs/Sampling/ReservoirSamplingPerformance.md
index 466ef6e..5acd46a 100644
--- a/docs/Sampling/ReservoirSamplingPerformance.md
+++ b/docs/Sampling/ReservoirSamplingPerformance.md
@@ -56,7 +56,7 @@ Consistent with reservoir updates, we can see that union 
speed has a nearly line
 
 ### Comparison with Apache DataFu
 
-[DataFu](https://fdatafu.apache.org) is an Apache project that includes a set 
of Pig UDFs for various data processing purposes.
+[DataFu](https://datafu.apache.org) is an Apache project that includes a set 
of Pig UDFs for various data processing purposes.
 Because the focus of the Sketches library is on sublinear or bounded-size 
algorithms, compared the performance of our reservoir
 sampling Pig UDF against DataFu's basic reservoir sampling, which uses a 
pre-specified maximum size.
 


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

Reply via email to