This is an automated email from the ASF dual-hosted git repository. gzurowski 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 6d5872ffc6f Use relative path to reference docs 6d5872ffc6f is described below commit 6d5872ffc6f4a4cc838d17c4b68fbaed4cabd9ce Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Thu Apr 3 12:20:00 2025 +0200 Use relative path to reference docs --- components/camel-oauth/src/main/docs/oauth-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-oauth/src/main/docs/oauth-component.adoc b/components/camel-oauth/src/main/docs/oauth-component.adoc index 56c5c8488c7..f9c940f3994 100644 --- a/components/camel-oauth/src/main/docs/oauth-component.adoc +++ b/components/camel-oauth/src/main/docs/oauth-component.adoc @@ -142,7 +142,7 @@ Keycloak is already configured in such a way that below examples should run with == Camel OAuth Examples -There is a comprehensive set of camel-oauth examples as part of https://github.com/tdiesler/camel-cloud-examples[camel-cloud-examples]. You'll find https://camel.apache.org/manual/camel-jbang.html[camel-jbang kubernetes] examples for every OAuth flow, for every runtime, on every supported cluster. +There is a comprehensive set of camel-oauth examples as part of https://github.com/tdiesler/camel-cloud-examples[camel-cloud-examples]. You'll find xref:manual::camel-jbang.adoc[camel-jbang kubernetes] examples for every OAuth flow, for every runtime, on every supported cluster. For example ...