You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/11/25 13:38:01 UTC

[flink-connector-elasticsearch] branch main updated: [hotfix] Fix issue linking

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new f2682e8  [hotfix] Fix issue linking
f2682e8 is described below

commit f2682e874d52e423ab58be467c95a2cc9ecdda54
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Fri Nov 25 14:37:56 2022 +0100

    [hotfix] Fix issue linking
---
 .idea/vcs.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
index fdb7539..b820391 100644
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -13,7 +13,7 @@
 				</IssueNavigationLink>
 				<IssueNavigationLink>
 					<option name="issueRegexp" value="#(\d+)" />
-					<option name="linkRegexp" value="https://github.com/apache/flink/pull/$1" />
+					<option name="linkRegexp" value="https://github.com/apache/flink-connector-elasticsearch/pull/$1" />
 				</IssueNavigationLink>
 			</list>
 		</option>