You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2023/01/16 02:52:10 UTC

[kyuubi] branch master updated: [KYUUBI #4165] [DOCS] Update the docs link

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

ulyssesyou 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 87582a745 [KYUUBI #4165] [DOCS] Update the docs link
87582a745 is described below

commit 87582a74580e346f44f5eece7ac973600f5c0a74
Author: Ruguo Yu <ji...@163.com>
AuthorDate: Mon Jan 16 10:52:01 2023 +0800

    [KYUUBI #4165] [DOCS] Update the docs link
    
    ### _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
    - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4165 from yuruguo/update_doc-url.
    
    Closes #4165
    
    f7a847c3 [Ruguo Yu] [DOCS] Update the docs link
    
    Authored-by: Ruguo Yu <ji...@163.com>
    Signed-off-by: ulysses-you <ul...@apache.org>
---
 .github/PULL_REQUEST_TEMPLATE                                           | 2 +-
 CONTRIBUTING.md                                                         | 2 +-
 README.md                                                               | 2 +-
 conf/kyuubi-defaults.conf.template                                      | 2 +-
 docs/deployment/settings.md                                             | 2 +-
 kyuubi-server/src/main/scala/org/apache/kyuubi/engine/ProcBuilder.scala | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index 6e37b26c4..bdb71f30f 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -20,4 +20,4 @@ Please clarify why the changes are needed. For instance,
 
 - [ ] 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
+- [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9b6348cd2..aa3dc4167 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -45,7 +45,7 @@ You can make various types of contributions to Kyuubi, including the following b
 
 - Answer questions in the  [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html)
 - [Share your success stories with us](https://github.com/apache/kyuubi/discussions/925) 
-- Improve Documentation - [![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.apache.org/docs/latest/)
+- Improve Documentation - [![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.readthedocs.io/en/master/)
 - Test latest releases - [![Latest tag](https://img.shields.io/github/v/tag/apache/kyuubi?label=tag)](https://github.com/apache/kyuubi/tags)
 - Improve test coverage - [![codecov](https://codecov.io/gh/apache/kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/kyuubi)
 - Report bugs and better help developers to reproduce
diff --git a/README.md b/README.md
index 6ac866c30..b38d69334 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 [![codecov](https://codecov.io/gh/apache/kyuubi/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/kyuubi)
 ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/apache/kyuubi/Kyuubi/master?style=plastic)
 [![Travis](https://api.travis-ci.com/apache/kyuubi.svg?branch=master)](https://travis-ci.com/apache/kyuubi)
-[![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.apache.org/docs/latest/)
+[![Documentation Status](https://readthedocs.org/projects/kyuubi/badge/?version=latest)](https://kyuubi.readthedocs.io/en/master/)
 ![GitHub top language](https://img.shields.io/github/languages/top/apache/kyuubi)
 [![Commit activity](https://img.shields.io/github/commit-activity/m/apache/kyuubi)](https://github.com/apache/kyuubi/graphs/commit-activity)
 [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/apache/kyuubi.svg)](http://isitmaintained.com/project/apache/kyuubi "Average time to resolve an issue")
diff --git a/conf/kyuubi-defaults.conf.template b/conf/kyuubi-defaults.conf.template
index 5a4b9b2a7..d3e6026d9 100644
--- a/conf/kyuubi-defaults.conf.template
+++ b/conf/kyuubi-defaults.conf.template
@@ -23,4 +23,4 @@
 # kyuubi.frontend.bind.port       10009
 #
 
-# Details in https://kyuubi.apache.org/docs/latest/deployment/settings.html
+# Details in https://kyuubi.readthedocs.io/en/master/deployment/settings.html
diff --git a/docs/deployment/settings.md b/docs/deployment/settings.md
index 539ca823f..148158971 100644
--- a/docs/deployment/settings.md
+++ b/docs/deployment/settings.md
@@ -129,7 +129,7 @@ You can configure the Kyuubi properties in `$KYUUBI_HOME/conf/kyuubi-defaults.co
 # kyuubi.frontend.bind.port       10009
 #
 
-# Details in https://kyuubi.apache.org/docs/latest/deployment/settings.html
+# Details in https://kyuubi.readthedocs.io/en/master/deployment/settings.html
 ```
 
 ### Authentication
diff --git a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/ProcBuilder.scala b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/ProcBuilder.scala
index 5b69b02f5..a119d971d 100644
--- a/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/ProcBuilder.scala
+++ b/kyuubi-server/src/main/scala/org/apache/kyuubi/engine/ProcBuilder.scala
@@ -335,7 +335,7 @@ trait ProcBuilder {
 
   protected def validateEnv(requiredEnv: String): Throwable = {
     KyuubiSQLException(s"$requiredEnv is not set! For more information on installing and " +
-      s"configuring $requiredEnv, please visit https://kyuubi.apache.org/docs/latest/" +
+      s"configuring $requiredEnv, please visit https://kyuubi.readthedocs.io/en/master/" +
       s"deployment/settings.html#environments")
   }