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 eb2cf1113d03 (chores) documentation: fix broken links to CI jobs 
(#19427)
eb2cf1113d03 is described below

commit eb2cf1113d03d8c784ebf9f3af65445b05aa0ab6
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Sat Oct 4 17:28:36 2025 +0200

    (chores) documentation: fix broken links to CI jobs (#19427)
    
    Signed-off-by: Otavio R. Piske <[email protected]>
---
 docs/main/modules/contributing/pages/index.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/main/modules/contributing/pages/index.adoc 
b/docs/main/modules/contributing/pages/index.adoc
index 44661cb2fc40..ecc693449051 100644
--- a/docs/main/modules/contributing/pages/index.adoc
+++ b/docs/main/modules/contributing/pages/index.adoc
@@ -345,8 +345,7 @@ git push -f origin your-branch
 
 After the code was integrated into the Camel repository, you can watch the 
https://ci-builds.apache.org/job/Camel/[Apache Continuous Integration] instance 
to double-check that it worked and no side effects were introduced. You can 
watch the following jobs:
 
-* 
https://ci-builds.apache.org/blue/organizations/jenkins/Camel%2FCamel%20Core%20(Build%20and%20test)/activity/[Camel
 Core (Build and test)]
-* 
https://ci-builds.apache.org/job/Camel/job/Apache%20Camel/job/camel-3.x/[Camel 
3 (JDK 11)]
+* 
https://ci-builds.apache.org/job/Camel/job/Camel%20Core%20(Build%20and%20test)/[Camel
 Core (Build and test)]
 
 Our CI has many other jobs, covering different JDKs, platforms (x86, PowerPC, 
s390x, etc,) and projects. If in doubt, ask.
 

Reply via email to