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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3f8189994 [KYUUBI #4142][DOCS] Update the docs link in README
3f8189994 is described below

commit 3f8189994b9bd3d36b050f3c4334302a21b0b603
Author: runzhliu <[email protected]>
AuthorDate: Thu Jan 12 10:14:20 2023 +0800

    [KYUUBI #4142][DOCS] Update the docs link in README
    
    ### _Why are the changes needed?_
    
    Some links of the website are not available.
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including 
negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run 
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #4146 from runzhliu/dev.
    
    Closes #4142
    
    fb44ba18f [runzhliu] Update docs
    
    Authored-by: runzhliu <[email protected]>
    Signed-off-by: Fu Chen <[email protected]>
---
 CONTRIBUTING.md | 2 +-
 README.md       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7150edb0c..9b6348cd2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -59,4 +59,4 @@ You can make various types of contributions to Kyuubi, 
including the following b
 TBD, please be patient for the surprise.
 
 ## IDE Setup Guide
-[IntelliJ IDEA Setup 
Guide](https://kyuubi.readthedocs.io/en/latest/develop_tools/idea_setup.html)
+[IntelliJ IDEA Setup 
Guide](https://kyuubi.readthedocs.io/en/master/develop_tools/idea_setup.html)
diff --git a/README.md b/README.md
index f4b720989..6ac866c30 100644
--- a/README.md
+++ b/README.md
@@ -102,12 +102,12 @@ and others would not be possible without your help.
 ## Online Documentation
 
 Since Kyuubi 1.3.0-incubating, the Kyuubi online documentation is hosted by 
[https://kyuubi.apache.org/](https://kyuubi.apache.org/).
-You can find the latest Kyuubi documentation on [this web 
page](https://kyuubi.apache.org/docs/latest/).
+You can find the latest Kyuubi documentation on [this web 
page](https://kyuubi.readthedocs.io/en/master/).
 For 1.2 and earlier versions, please check the 
[Readthedocs](https://kyuubi.readthedocs.io/en/v1.2.0/) directly.
 
 ## Quick Start
 
-Ready? [Getting 
Started](https://kyuubi.apache.org/docs/latest/quick_start/quick_start.html) 
with Kyuubi.
+Ready? [Getting Started](https://kyuubi.readthedocs.io/en/master/quick_start/) 
with Kyuubi.
 
 ## [Contributing](./CONTRIBUTING.md)
 

Reply via email to