You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/10/26 19:47:37 UTC

[datasketches-cpp] branch master updated: Fix broken links to reference Java files from before move to Apache.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b40baeb  Fix broken links to reference Java files from before move to Apache.
     new 4383076  Merge pull request #312 from jghoman/fix-broken-links-in-header-comments
b40baeb is described below

commit b40baebf049a9007c2fd7010d3a909f20e4c175a
Author: Jakob Homan <jg...@apache.org>
AuthorDate: Wed Oct 26 12:33:25 2022 -0700

    Fix broken links to reference Java files from before move to Apache.
---
 fi/include/frequent_items_sketch.hpp  | 2 +-
 fi/include/reverse_purge_hash_map.hpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fi/include/frequent_items_sketch.hpp b/fi/include/frequent_items_sketch.hpp
index f447b77..79c8e57 100644
--- a/fi/include/frequent_items_sketch.hpp
+++ b/fi/include/frequent_items_sketch.hpp
@@ -34,7 +34,7 @@ namespace datasketches {
 
 /*
  * Based on Java implementation here:
- * https://github.com/DataSketches/sketches-core/blob/master/src/main/java/com/yahoo/sketches/frequencies/ItemsSketch.java
+ * https://github.com/apache/datasketches-java/blob/master/src/main/java/org/apache/datasketches/frequencies/ItemsSketch.java
  * author Alexander Saydakov
  */
 
diff --git a/fi/include/reverse_purge_hash_map.hpp b/fi/include/reverse_purge_hash_map.hpp
index fc4cd83..1f42191 100644
--- a/fi/include/reverse_purge_hash_map.hpp
+++ b/fi/include/reverse_purge_hash_map.hpp
@@ -29,7 +29,7 @@ namespace datasketches {
  * This is a specialized linear-probing hash map with a reverse purge operation
  * that removes all entries in the map with values that are less than zero.
  * Based on Java implementation here:
- * https://github.com/DataSketches/sketches-core/blob/master/src/main/java/com/yahoo/sketches/frequencies/ReversePurgeItemHashMap.java
+ * https://github.com/apache/datasketches-java/blob/master/src/main/java/org/apache/datasketches/frequencies/ReversePurgeItemHashMap.java
  * author Alexander Saydakov
  */
 


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