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/05 10:29:51 UTC

[camel-quarkus] branch release/1.3.0 updated: fix: xref typos

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

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


The following commit(s) were added to refs/heads/release/1.3.0 by this push:
     new 9d3983e  fix: xref typos
9d3983e is described below

commit 9d3983e36f7efb2d86c678e4dff0d0e20432540b
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Wed Nov 4 22:15:27 2020 +0100

    fix: xref typos
---
 docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc   | 2 +-
 docs/modules/ROOT/pages/contributor-guide/release-guide.adoc        | 4 ++--
 docs/modules/ROOT/pages/index.adoc                                  | 4 ++--
 .../ROOT/pages/reference/extensions/microprofile-metrics.adoc       | 5 ++---
 docs/modules/ROOT/pages/user-guide/bootstrap.adoc                   | 6 +++---
 docs/modules/ROOT/pages/user-guide/native-mode.adoc                 | 2 +-
 docs/modules/ROOT/pages/user-guide/observability.adoc               | 2 +-
 extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc     | 4 ++--
 8 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc
index 9e00730..2ac9060 100644
--- a/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/extension-metadata.adoc
@@ -30,7 +30,7 @@ The data comes from the following
 sources:
 
 * `name`: comes from `pom.xml`'s `<name>`
-* `description`: taken from xref:latest@manual:camel-catalog.adoc[Camel Catalog]. If the given
+* `description`: taken from xref:latest@manual::camel-catalog.adoc[Camel Catalog]. If the given
   extension contains more than one component, language or data format, their descriptions are concatenated and a warning
   is issued in the log. The value from Camel Catalog can be overridden by setting a `<description>` in the
   `pom.xml` of the given extension's runtime module.
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index 0cc1dba..4679e3c 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -3,10 +3,10 @@
 :page-aliases: release-guide.adoc
 
 The process is _mutatis mutandis_ the same as for the main Apache Camel repository - see the
-xref:latest@manual:release-guide.adoc[Release guide] page of the Camel documentation.
+xref:latest@manual::release-guide.adoc[Release guide] page of the Camel documentation.
 
 Here, just a sketch of the repeating part, after you have performed the initial setup following the
-xref:latest@manual:release-guide.adoc[Camel Release guide].
+xref:latest@manual::release-guide.adoc[Camel Release guide].
 
 == Pre release tasks
 
diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc
index 5711ff4..c3c77bf 100644
--- a/docs/modules/ROOT/pages/index.adoc
+++ b/docs/modules/ROOT/pages/index.adoc
@@ -1,7 +1,7 @@
 = Apache Camel extensions for Quarkus
 
-This project aims to bring the awesome integration capabilities of xref:latest@manual:index.adoc[Apache Camel]
-and its vast xref:latest@components:index.adoc[component library] to the
+This project aims to bring the awesome integration capabilities of xref:latest@manual::index.adoc[Apache Camel]
+and its vast xref:latest@components::index.adoc[component library] to the
 https://quarkus.io/[Quarkus runtime].
 
 This enables users to take advantage of the performance benefits, https://quarkus.io/vision/developer-joy[developer joy]
diff --git a/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc b/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc
index 595ec4c..a7f36cf 100644
--- a/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/microprofile-metrics.adoc
@@ -35,7 +35,7 @@ Check the xref:user-guide/index.adoc[User guide] for more information about writ
 
 == Usage
 
-The xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include:
+The xref:3.6.x@components::microprofile-metrics-component.adoc[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include:
 
 === Camel Context metrics
 
@@ -150,7 +150,7 @@ The total number of all failures handled for the route
 
 All metrics are tagged with the name of the Camel Context and the id of the route where applicable.
 
-You can also produce your own customized metrics in your Camel routes. For more information, refer to the xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component documentation.
+You can also produce your own customized metrics in your Camel routes. For more information, refer to the xref:3.6.x@components::microprofile-metrics-component.adoc[microprofile-metrics] component documentation.
 
 Metrics are exposed to Quarkus as application metrics and they can be browsed at http://localhost:8080/metrics/application.
 
@@ -195,4 +195,3 @@ Set whether to enable the MicroProfileMetricsCamelContextEventNotifier for captu
 
 [.configuration-legend]
 icon:lock[title=Fixed at build time] Configuration property fixed at build time. All other configuration properties are overridable at runtime.
-
diff --git a/docs/modules/ROOT/pages/user-guide/bootstrap.adoc b/docs/modules/ROOT/pages/user-guide/bootstrap.adoc
index cd2b592..5fcfa6e 100644
--- a/docs/modules/ROOT/pages/user-guide/bootstrap.adoc
+++ b/docs/modules/ROOT/pages/user-guide/bootstrap.adoc
@@ -63,7 +63,7 @@ public static class EventHandler {
 == Camel Main
 
 To configure components and other aspects of Apache Camel through properties, you can add the `camel-quarkus-main`
-extension which brings functionalities from xref:latest@components:others/main.adoc[Apache Camel
+extension which brings functionalities from xref:latest@components:others:main.adoc[Apache Camel
 Main] to Camel Quarkus.
 
 In the example below, we apply the same configuration as the one from the Java example above by using properties:
@@ -142,7 +142,7 @@ Spring XML with `<beans>` or Blueprint XML with `<blueprint>` elements are not s
 
 ==== REST DSL
 
-The Camel xref:latest@manual:rest-dsl.adoc[REST DSL] can be defined in XML and configured with Camel Main via a property:
+The Camel xref:latest@manual::rest-dsl.adoc[REST DSL] can be defined in XML and configured with Camel Main via a property:
 
 [source,properties]
 ----
@@ -166,7 +166,7 @@ The XML for the REST configuration looks like:
 
 ==== Route Templates
 
-xref:latest@manual:route-template.adoc[Route templates] can be defined in XML and configured with Camel Main via a property:
+xref:latest@manual::route-template.adoc[Route templates] can be defined in XML and configured with Camel Main via a property:
 
 [source,properties]
 ----
diff --git a/docs/modules/ROOT/pages/user-guide/native-mode.adoc b/docs/modules/ROOT/pages/user-guide/native-mode.adoc
index 16502f5..c19cdc2 100644
--- a/docs/modules/ROOT/pages/user-guide/native-mode.adoc
+++ b/docs/modules/ROOT/pages/user-guide/native-mode.adoc
@@ -44,7 +44,7 @@ At the end of the day, resources matching `include-patterns` are marked for incl
 [[using-onexception-clause-in-native-mode]]
 == Using onException clause in native mode
 
-When using xref:latest@manual:exception-clause.adoc[camel onException handling] in native mode, it is the application developer's responsibility to register exception classes for reflection.
+When using xref:latest@manual::exception-clause.adoc[camel onException handling] in native mode, it is the application developer's responsibility to register exception classes for reflection.
 
 For instance, having a camel context with onException handling as below:
 
diff --git a/docs/modules/ROOT/pages/user-guide/observability.adoc b/docs/modules/ROOT/pages/user-guide/observability.adoc
index bc2c227..884f6ea 100644
--- a/docs/modules/ROOT/pages/user-guide/observability.adoc
+++ b/docs/modules/ROOT/pages/user-guide/observability.adoc
@@ -4,7 +4,7 @@
 
 Health & liveness checks are supported via the
 xref:reference/extensions/microprofile-health.adoc[MicroProfile Health] extension. They can be configured via the
-xref:latest@manual:health-check.adoc[Camel Health] API or via
+xref:latest@manual::health-check.adoc[Camel Health] API or via
 https://quarkus.io/guides/microprofile-health[Quarkus MicroProfile Health].
 
 All configured checks are available on the standard MicroProfile Health endpoint URLs:
diff --git a/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc b/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc
index acd6a8e..42fcd78 100644
--- a/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc
+++ b/extensions/microprofile-metrics/runtime/src/main/doc/usage.adoc
@@ -1,4 +1,4 @@
-The xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include:
+The xref:3.6.x@components::microprofile-metrics-component.adoc[microprofile-metrics] component automatically exposes a set of Camel application metrics. Some of these include:
 
 === Camel Context metrics
 
@@ -113,6 +113,6 @@ The total number of all failures handled for the route
 
 All metrics are tagged with the name of the Camel Context and the id of the route where applicable.
 
-You can also produce your own customized metrics in your Camel routes. For more information, refer to the xref:3.6.x@components:microprofile-metrics-component.adoc[microprofile-metrics] component documentation.
+You can also produce your own customized metrics in your Camel routes. For more information, refer to the xref:3.6.x@components::microprofile-metrics-component.adoc[microprofile-metrics] component documentation.
 
 Metrics are exposed to Quarkus as application metrics and they can be browsed at http://localhost:8080/metrics/application.