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 d9e7250bc [KYUUBI #5252] [MINOR] Remove incubator link
d9e7250bc is described below
commit d9e7250bc350f99e931002b7e1329cc7617677cc
Author: sychen <[email protected]>
AuthorDate: Tue Sep 5 14:01:40 2023 +0800
[KYUUBI #5252] [MINOR] Remove incubator link
### _Why are the changes needed?_
https://github.com/search?q=repo%3Aapache%2Fkyuubi%20incubator-kyuubi&type=code
### _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
### _Was this patch authored or co-authored using generative AI tooling?_
No
Closes #5252 from cxzl25/remove_incubator_link.
Closes #5252
6485e0b57 [sychen] remove incubator link
Authored-by: sychen <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.idea/vcs.xml | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 740593019..9c45aa8a4 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -25,7 +25,7 @@
GitHub share the sequence number of issues and pull requests, and
it will redirect to
the right place when the the sequence number not match kind.
-->
- <option name="linkRegexp"
value="https://github.com/apache/incubator-kyuubi/issues/$1" />
+ <option name="linkRegexp"
value="https://github.com/apache/kyuubi/issues/$1" />
</IssueNavigationLink>
</list>
</option>
diff --git a/README.md b/README.md
index 976d2d7c7..6b1423e78 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ Ready? [Getting
Started](https://kyuubi.readthedocs.io/en/master/quick_start/) w
<img src="http://isitmaintained.com/badge/resolution/apache/kyuubi.svg" />
</a>
<a href="https://github.com/apache/kyuubi/issues">
- <img
src="http://isitmaintained.com/badge/open/apache/incubator-kyuubi.svg" />
+ <img src="http://isitmaintained.com/badge/open/apache/kyuubi.svg" />
</a>
<a href="https://github.com/apache/kyuubi/pulls">
<img
src="https://img.shields.io/github/issues-pr-closed/apache/kyuubi?style=plastic"
/>