You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by cs...@apache.org on 2022/11/17 07:53:06 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3804][FOLLOWUP][DOCS] Fix quick start broken link

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0433b1d3c [KYUUBI #3804][FOLLOWUP][DOCS] Fix quick start broken link
0433b1d3c is described below

commit 0433b1d3cc52fd9865f1a54813463c4a526fe49a
Author: sychen <sy...@ctrip.com>
AuthorDate: Thu Nov 17 15:52:38 2022 +0800

    [KYUUBI #3804][FOLLOWUP][DOCS] Fix quick start broken link
    
    ### _Why are the changes needed?_
    followup #3804
    
    ### _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 #3812 from cxzl25/fix_broken_link.
    
    Closes #3804
    
    ba1de2a2 [sychen] fix quick start broken link
    
    Authored-by: sychen <sy...@ctrip.com>
    Signed-off-by: Shaoyun Chen <cs...@apache.org>
---
 docs/client/bi_tools/datagrip.md | 2 +-
 docs/client/bi_tools/hue.md      | 2 +-
 docs/client/jdbc/hive_jdbc.md    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/client/bi_tools/datagrip.md b/docs/client/bi_tools/datagrip.md
index 517061d02..6d2244407 100644
--- a/docs/client/bi_tools/datagrip.md
+++ b/docs/client/bi_tools/datagrip.md
@@ -23,7 +23,7 @@
 ### Get DataGrip And Install
 Please go to [Download DataGrip](https://www.jetbrains.com/datagrip/download) to get and install an appropriate version for yourself.
 ### Get Kyuubi Started
-[Get kyuubi server started](../../quick_start.md) before you try DataGrip with kyuubi.
+[Get kyuubi server started](../../quick_start/quick_start.html) before you try DataGrip with kyuubi.
 
 For debugging purpose, you can use `tail -f` or `tailf` to track the server log.
 ## Configurations
diff --git a/docs/client/bi_tools/hue.md b/docs/client/bi_tools/hue.md
index ff116326b..3582006c4 100644
--- a/docs/client/bi_tools/hue.md
+++ b/docs/client/bi_tools/hue.md
@@ -26,7 +26,7 @@
 
 ### Get Kyuubi Started
 
-[Get the server Started](../../quick_start.md) first before your try Hue with Kyuubi.
+[Get the server Started](../../quick_start/quick_start.html) first before your try Hue with Kyuubi.
 
 ```bash
 Welcome to
diff --git a/docs/client/jdbc/hive_jdbc.md b/docs/client/jdbc/hive_jdbc.md
index f0886d7cf..186ad83b9 100644
--- a/docs/client/jdbc/hive_jdbc.md
+++ b/docs/client/jdbc/hive_jdbc.md
@@ -49,7 +49,7 @@ libraryDependencies += "org.apache.hive" % "hive-jdbc" % "2.3.8"
 implementation group: 'org.apache.hive', name: 'hive-jdbc', version: '2.3.8'
 ```
 
-For BI tools, please refer to [Quick Start](../quick_start/index.html) to check the guide for the BI tool used.
+For BI tools, please refer to [Quick Start](../../quick_start/index.html) to check the guide for the BI tool used.
 If you find there is no specific document for the BI tool that you are using, don't worry, the configuration part for all BI tools are basically the same.
 Also, we will appreciate if you can help us to improve the document.