From 03d4bbe95ebbca1abb4a74247166f407ca7d18cd Mon Sep 17 00:00:00 2001 From: "gabry.wu" Date: Fri, 29 Apr 2022 13:00:00 +0800 Subject: [PATCH] [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 Co-authored-by: gabrywu Signed-off-by: Fei Wang --- 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)