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 d19b46c fix: xref typos d19b46c is described below commit d19b46c8092f45b53b26875d16a99f3de51c5b35 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Nov 4 21:13:34 2020 +0100 fix: xref typos --- docs/modules/ROOT/pages/observability/monitoring.adoc | 6 +++--- docs/modules/traits/pages/quarkus.adoc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/observability/monitoring.adoc b/docs/modules/ROOT/pages/observability/monitoring.adoc index 1b7b01c..15c6ce7 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 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. +When the Quarkus runtime is configured for the integration, the xref:latest@camel-quarkus::reference/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] -* xref:latest@camel-quarkus:extensions/microprofile-metrics.adoc#_camel_route_metrics[Camel specific metrics] +* xref:latest@camel-quarkus::reference/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 xref:latest@components:microprofile-metrics-component.adoc[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 efab417..01776c7 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 xref:latest:camel-quarkus:ROOT:list-of-camel-quarkus-extensions.adoc[Camel Quarkus documentation]. +You can see the list of extensions from the xref:latest@camel-quarkus::reference/index.adoc[Camel Quarkus documentation].