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

[camel-k] branch master updated: chore: use cross references instead of absolute

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-k.git


The following commit(s) were added to refs/heads/master by this push:
     new 84b9791  chore: use cross references instead of absolute
84b9791 is described below

commit 84b9791c054756aa797b671033b28073aee3dbaf
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Nov 3 15:13:05 2020 +0100

    chore: use cross references instead of absolute
    
    When absolute links are used they are not checked at build time either
    by xref-validator or the link checker. If content is moved or deleted
    this leads to undetectable broken links on the website.
    
    This changes found absolute links to `xref` links.
---
 docs/modules/ROOT/pages/installation/iks.adoc         | 4 ++--
 docs/modules/ROOT/pages/observability/monitoring.adoc | 6 +++---
 docs/modules/traits/pages/quarkus.adoc                | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/modules/ROOT/pages/installation/iks.adoc b/docs/modules/ROOT/pages/installation/iks.adoc
index 2b1d9ea..9a1ede7 100644
--- a/docs/modules/ROOT/pages/installation/iks.adoc
+++ b/docs/modules/ROOT/pages/installation/iks.adoc
@@ -18,6 +18,6 @@ please take note of the namespace and region created to configure them on the in
 You can now download *kamel* CLI tool the from https://github.com/apache/camel-k/releases[release page]
 and put it on your system path.
 
-After configure *kamel* CLI, you could start with the https://camel.apache.org/camel-k/latest/installation/installation.html#procedure[standard installation] or https://camel.apache.org/camel-k/latest/installation/installation.html#helm[installation via Helm].
+After configure *kamel* CLI, you could start with the xref:installation/installation.adoc#procedure[standard installation] or xref:installation/installation.adoc#helm[installation via Helm].
 
-Finally you are ready to work with Camel K. 
+Finally you are ready to work with Camel K.
diff --git a/docs/modules/ROOT/pages/observability/monitoring.adoc b/docs/modules/ROOT/pages/observability/monitoring.adoc
index 3b8ed09..1b7b01c 100644
--- a/docs/modules/ROOT/pages/observability/monitoring.adoc
+++ b/docs/modules/ROOT/pages/observability/monitoring.adoc
@@ -115,17 +115,17 @@ Otherwise, the Prometheus trait uses a default configuration.
 
 === Quarkus
 
-When the Quarkus runtime is configured for the integration, the https://camel.apache.org/camel-quarkus/latest/extensions/microprofile-metrics.html[Camel Quarkus MicroProfile Metrics extension] is responsible for collecting and exposing metrics in the https://github.com/OpenObservability/OpenMetrics[OpenMetrics] text format.
+When the Quarkus runtime is configured for the integration, the xref:latest@camel-quarkus:extensions/microprofile-metrics.adoc[Camel Quarkus MicroProfile Metrics extension] is responsible for collecting and exposing metrics in the https://github.com/OpenObservability/OpenMetrics[OpenMetrics] text format.
 
 The MicroProfile Metrics extension registers and exposes the following metrics out-of-the-box:
 
 * https://github.com/eclipse/microprofile-metrics/blob/master/spec/src/main/asciidoc/required-metrics.adoc#required-metrics[JVM and operating system related metrics]
 
-* https://camel.apache.org/camel-quarkus/latest/extensions/microprofile-metrics.html#_camel_route_metrics[Camel specific metrics]
+* xref:latest@camel-quarkus:extensions/microprofile-metrics.adoc#_camel_route_metrics[Camel specific metrics]
 
 It is possible to extend this set of metrics by using either, or both:
 
-* The https://camel.apache.org/components/latest/microprofile-metrics-component.html[MicroProfile Metrics component]
+* The xref:latest@components:microprofile-metrics-component.adoc[MicroProfile Metrics component]
 
 * The https://github.com/eclipse/microprofile-metrics/blob/master/spec/src/main/asciidoc/app-programming-model.adoc#annotations[MicroProfile Metrics annotations], in external dependencies
 
diff --git a/docs/modules/traits/pages/quarkus.adoc b/docs/modules/traits/pages/quarkus.adoc
index 1c6e64d..efab417 100755
--- a/docs/modules/traits/pages/quarkus.adoc
+++ b/docs/modules/traits/pages/quarkus.adoc
@@ -39,4 +39,4 @@ The following configuration options are available:
 When running with Quarkus enabled, then Camel K only supports out of the box, those Camel components that
 are available as Camel Quarkus Extensions.
 
-You can see the list of extensions from the https://camel.apache.org/camel-quarkus/latest/list-of-camel-quarkus-extensions.html[Camel Quarkus documentation].
+You can see the list of extensions from the xref:latest:camel-quarkus:ROOT:list-of-camel-quarkus-extensions.adoc[Camel Quarkus documentation].