You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/10/12 11:33:56 UTC

[camel-quarkus] 01/02: Fix links to example projects

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit b4e24909acaaacf8dbd3bcfc9aa7cdf137fa7af4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Oct 12 10:50:11 2020 +0100

    Fix links to example projects
---
 docs/modules/ROOT/pages/user-guide/observability.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/user-guide/observability.adoc b/docs/modules/ROOT/pages/user-guide/observability.adoc
index b4a7f7d..4925c85 100644
--- a/docs/modules/ROOT/pages/user-guide/observability.adoc
+++ b/docs/modules/ROOT/pages/user-guide/observability.adoc
@@ -13,7 +13,7 @@ All configured checks are available on the standard MicroProfile Health endpoint
 * http://localhost:8080/health/live
 * http://localhost:8080/health/ready
 
-There's an example project which demonstrates health checks: https://github.com/apache/camel-quarkus/tree/master/examples/health
+There's an example project which demonstrates health checks: https://github.com/apache/camel-quarkus-examples/tree/master/health
 
 == Metrics
 
@@ -33,4 +33,4 @@ https://quarkus.io/guides/opentracing#create-the-configuration[configuration] pr
 will get automatically added to the registry for Camel to use.
 
 There's an example project demonstrating the above features here:
-https://github.com/apache/camel-quarkus/tree/master/examples/observability
+https://github.com/apache/camel-quarkus-examples/tree/master/observability