From 62bb347fb43e776521954de40583ea9a47b6be94 Mon Sep 17 00:00:00 2001 From: jarvis Date: Wed, 9 Aug 2023 16:39:44 +0800 Subject: [PATCH] [KYUUBI #5146] [DOC] Fix link of IntelliJ IDEA Setup Guide ### _Why are the changes needed?_ update error link ### _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.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request Closes #5146 from liunaijie/master. Closes #5146 9d07aa753 [jarvis] [Doc] update link Authored-by: jarvis Signed-off-by: Cheng Pan (cherry picked from commit e644cd986c8f3b03335cc1335319645756107668) Signed-off-by: Cheng Pan --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef28d560e..dc9094b8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,4 +60,4 @@ TBD, please be patient for the surprise. ## IDE Setup Guide -[IntelliJ IDEA Setup Guide](https://kyuubi.readthedocs.io/en/master/develop_tools/idea_setup.html) +[IntelliJ IDEA Setup Guide](https://kyuubi.readthedocs.io/en/master/contributing/code/idea_setup.html)