This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 4a3552103 [MINOR] Remove incubator in vcs.xml
4a3552103 is described below
commit 4a3552103465365f216542a7e04c213ce43d20ed
Author: sychen <[email protected]>
AuthorDate: Fri May 24 23:28:00 2024 +0800
[MINOR] Remove incubator in vcs.xml
### What changes were proposed in this pull request?
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
### How was this patch tested?
Closes #2528 from cxzl25/minor_incubator_vcs.
Authored-by: sychen <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
---
.idea/vcs.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index 72bcc44db..a786fd497 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -21,7 +21,7 @@
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="ISSUE-(\d+)"/>
- <option name="linkRegexp"
value="https://github.com/apache/incubator-celeborn/issues/$1"/>
+ <option name="linkRegexp"
value="https://github.com/apache/celeborn/issues/$1"/>
</IssueNavigationLink>
<IssueNavigationLink>
<option name="issueRegexp" value="CELEBORN\-\d+"/>
@@ -29,7 +29,7 @@
</IssueNavigationLink>
<IssueNavigationLink>
<option name="issueRegexp" value="#(\d+)"/>
- <option name="linkRegexp"
value="https://github.com/apache/incubator-celeborn/pull/$1"/>
+ <option name="linkRegexp"
value="https://github.com/apache/celeborn/pull/$1"/>
</IssueNavigationLink>
</list>
</option>