You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by fe...@apache.org on 2022/04/29 05:00:08 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #2512] Fix broken link of IntelliJ IDEA Setup Guide

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

feiwang 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 03d4bbe95 [KYUUBI #2512] Fix broken link of IntelliJ IDEA Setup Guide
03d4bbe95 is described below

commit 03d4bbe95ebbca1abb4a74247166f407ca7d18cd
Author: gabry.wu <ga...@apache.org>
AuthorDate: Fri Apr 29 13:00:00 2022 +0800

    [KYUUBI #2512] Fix broken link of IntelliJ IDEA Setup Guide
    
    ### _Why are the changes needed?_
    close https://github.com/apache/incubator-kyuubi/issues/2511
    fix link of IntelliJ IDEA Setup Guide
    
    ### _How was this patch tested?_
    - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [x] 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 #2512 from gabrywu/kyuubi2511.
    
    Closes #2512
    
    d653d8f2 [gabry.wu] remove unnecessary changes
    d6f5c8d7 [gabrywu] fix link of IntelliJ IDEA Setup Guide
    
    Lead-authored-by: gabry.wu <ga...@apache.org>
    Co-authored-by: gabrywu <ga...@apache.org>
    Signed-off-by: Fei Wang <fw...@ebay.com>
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8b581bb86..5dfd08e44 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -60,4 +60,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.apache.org/docs/latest/develop_tools/idea_setup.html)
+[IntelliJ IDEA Setup Guide](https://kyuubi.readthedocs.io/en/latest/develop_tools/idea_setup.html)