This is an automated email from the ASF dual-hosted git repository. mgreber pushed a commit to branch branch-1.17.x in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 492f0a426b96e91e62ee7c3a69f35a150cd35e82 Author: Attila Bukor <[email protected]> AuthorDate: Mon Sep 16 16:08:08 2024 +0200 [python] Update link and formatting in readme The contents of the README.md, which show up on the Python client's PyPI page, used an old link (getkudu.io) which no longer works. I updated this to point to kudu.apache.org, and while I was there, I fixed the heading's formatting as well. Change-Id: I2cc3518d0b2cfe356951a74b6fb10801c29e00d8 Reviewed-on: http://gerrit.cloudera.org:8080/21806 Tested-by: Kudu Jenkins Reviewed-by: Marton Greber <[email protected]> Reviewed-by: Zoltan Martonka <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/21854 --- python/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index ff1b13416..ce00c6193 100644 --- a/python/README.md +++ b/python/README.md @@ -1,7 +1,8 @@ -## kudu-python: Python interface to the Apache Kudu C++ Client API +kudu-python: Python interface to the Apache Kudu C++ Client API +--------------------------------------------------------------- Using this package requires that you install the Kudu C++ client libraries and -headers. See http://getkudu.io for more. +headers. See https://kudu.apache.org for more. To install from PyPI, run
