From baf804def8a1062ad1c7eb5c6f954a7916c9f500 Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Thu, 13 Jun 2024 08:45:17 +0200 Subject: [PATCH] Update README.md Partial fix for DATASKETCHES-13 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3190036d1..9baa834e3 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,7 @@ This is the core Java component of the DataSketches library. It contains all of This component is also a dependency of other components of the library that create adaptors for target systems, such as the [Apache Pig adaptor](https://github.com/apache/datasketches-pig) and the [Apache Hive adaptor](https://github.com/apache/datasketches-hive). -Note that we have a parallel core component for C++ and Python implementations of the same sketch algorithms, -[datasketches-cpp](https://github.com/apache/datasketches-cpp). +Note that we have a parallel core components for [C++](https://github.com/apache/datasketches-cpp) and [Python](https://github.com/apache/datasketches-python) implementations of the same sketch algorithms. Please visit the main [DataSketches website](https://datasketches.apache.org) for more information.