From 867e1918042206a2f8a8c53646351350ab3d0525 Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Thu, 13 Jun 2024 08:48:50 +0200 Subject: [PATCH] Update README.md Partial fix for DATASKETCHES-13 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ecffe57..4b216167 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ This is the core C++ component of the Apache DataSketches library. It contains This component is also a dependency of other components of the library that create adaptors for target systems, such as PostgreSQL. -Note that we have a parallel core component for Java implementations of the same sketch algorithms, -[datasketches-java](https://github.com/apache/datasketches-java). +Note that we have a parallel core component for [Java]((https://github.com/apache/datasketches-java) and [Python]((https://github.com/apache/datasketches-python) implementations of the same sketch algorithms. Please visit the main [Apache DataSketches website](https://datasketches.apache.org) for more information. @@ -104,4 +103,4 @@ from GitHub using CMake's `ExternalProject` module. The code would look somethin target_include_directories(my_dependent_target PRIVATE ${datasketches_INSTALL_DIR}/include/DataSketches) add_dependencies(my_dependent_target datasketches) -``` \ No newline at end of file +```