This is an automated email from the ASF dual-hosted git repository.
chengpan 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 e644cd986 [KYUUBI #5146] [DOC] Fix link of IntelliJ IDEA Setup Guide
e644cd986 is described below
commit e644cd986c8f3b03335cc1335319645756107668
Author: jarvis <[email protected]>
AuthorDate: Wed Aug 9 16:39:44 2023 +0800
[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 <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
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)