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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 2aff8174f1b (chores) camel-github: fixed broken link (#11981)
2aff8174f1b is described below

commit 2aff8174f1ba6b56f683b27f2f4575571b39bcdf
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Mon Nov 13 20:46:14 2023 +0100

    (chores) camel-github: fixed broken link (#11981)
---
 components/camel-github/src/main/docs/github-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-github/src/main/docs/github-component.adoc 
b/components/camel-github/src/main/docs/github-component.adoc
index 7feba0267e0..b52c26888de 100644
--- a/components/camel-github/src/main/docs/github-component.adoc
+++ b/components/camel-github/src/main/docs/github-component.adoc
@@ -15,7 +15,7 @@
 *{component-header}*
 
 The GitHub component interacts with the GitHub API by
-encapsulating https://github.com/eclipse/egit-github[egit-github]. It
+encapsulating https://git.eclipse.org/c/egit/egit-github.git/[egit-github]. It
 currently provides polling for new pull requests, pull request comments,
 tags, and commits.  It is also able to produce comments on pull
 requests, as well as close the pull request entirely.

Reply via email to