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

mgreber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/master by this push:
     new f40636d12 [python] Update link and formatting in readme
f40636d12 is described below

commit f40636d12ba85cd3bce7eab412b4a2a35e774fd9
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]>
---
 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
 

Reply via email to