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

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


The following commit(s) were added to refs/heads/master by this push:
     new ad10f3e  fix(docs): use cross reference URLs (3)
ad10f3e is described below

commit ad10f3ef6200576e456a43b2aea8a1e3e808c6be
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Wed Nov 4 00:17:36 2020 +0100

    fix(docs): use cross reference URLs (3)
    
    One additional link.
---
 docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc | 2 +-
 extensions/microprofile-health/runtime/src/main/doc/usage.adoc        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc 
b/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc
index d0fc5b9..f5a5d4a 100644
--- a/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/microprofile-health.adoc
@@ -35,7 +35,7 @@ Check the xref:user-guide/index.adoc[User guide] for more 
information about writ
 
 == Usage
 
-You can register health checks for your applications with the 
https://camel.apache.org/manual/latest/health-check.html[Camel health check 
API].
+You can register health checks for your applications with the 
xref:latest@manual::health-check.adoc[Camel health check API].
 
 By default, classes extending `AbstractHealthCheck` are registered as both 
liveness and readiness checks. For finer control over whether
 a check is registered as a liveness or readiness check, you can extend either 
`AbstractCamelMicroProfileLivenessCheck` or 
`AbstractCamelMicroProfileReadinessCheck`.
diff --git a/extensions/microprofile-health/runtime/src/main/doc/usage.adoc 
b/extensions/microprofile-health/runtime/src/main/doc/usage.adoc
index 2afe2f2..e4327e8 100644
--- a/extensions/microprofile-health/runtime/src/main/doc/usage.adoc
+++ b/extensions/microprofile-health/runtime/src/main/doc/usage.adoc
@@ -1,4 +1,4 @@
-You can register health checks for your applications with the 
https://camel.apache.org/manual/latest/health-check.html[Camel health check 
API].
+You can register health checks for your applications with the 
xref:latest@manual::health-check.adoc[Camel health check API].
 
 By default, classes extending `AbstractHealthCheck` are registered as both 
liveness and readiness checks. For finer control over whether
 a check is registered as a liveness or readiness check, you can extend either 
`AbstractCamelMicroProfileLivenessCheck` or 
`AbstractCamelMicroProfileReadinessCheck`.

Reply via email to