This is an automated email from the ASF dual-hosted git repository.

baiyangtx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 27cc2f73e [AMORO-2742] Update issue link to apache (#2741)
27cc2f73e is described below

commit 27cc2f73e266ed303e29c30b7c49ac56224eff3e
Author: xleoken <[email protected]>
AuthorDate: Mon Apr 15 11:33:10 2024 +0800

    [AMORO-2742] Update issue link to apache (#2741)
---
 .idea/vcs.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index ae526701a..43d3de106 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -5,11 +5,11 @@
       <list>
         <IssueNavigationLink>
           <option name="issueRegexp" value="(ARCTIC|AMORO)\-(\d+)" />
-          <option name="linkRegexp" 
value="https://github.com/NetEase/arctic/issues/$2"; />
+          <option name="linkRegexp" 
value="https://github.com/apache/amoro/issues/$2"; />
         </IssueNavigationLink>
         <IssueNavigationLink>
           <option name="issueRegexp" value="#(\d+)" />
-          <option name="linkRegexp" 
value="https://github.com/NetEase/arctic/pull/$1"; />
+          <option name="linkRegexp" 
value="https://github.com/apache/amoro/pull/$1"; />
         </IssueNavigationLink>
       </list>
     </option>

Reply via email to