This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 479ec986148335151822176071176de18bcf456e Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Wed Jun 26 17:35:24 2019 +0530 link errors fixed, ran ./mvnw -Pfastinstall install in project root dirctory --- components/camel-aws-s3/src/main/docs/aws-s3-component.adoc | 4 ++-- .../org/apache/camel/component/aws/s3/S3Configuration.java | 2 +- .../camel-dataformat/src/main/docs/dataformat-component.adoc | 2 +- .../src/main/docs/fhirJson-dataformat.adoc | 2 +- .../src/main/docs/fhirXml-dataformat.adoc | 2 +- components/camel-http4/src/main/docs/http4-component.adoc | 2 +- components/camel-irc/src/main/docs/irc-component.adoc | 2 +- components/camel-jetty/src/main/docs/jetty-component.adoc | 2 +- .../src/main/docs/openshift-build-configs-component.adoc | 2 +- components/camel-mail/src/main/docs/mail-component.adoc | 2 +- components/camel-netty4/src/main/docs/netty4-component.adoc | 2 +- .../src/main/docs/servicenow-component.adoc | 2 +- components/camel-timer/src/main/docs/timer-component.adoc | 2 +- .../camel-websocket/src/main/docs/websocket-component.adoc | 2 +- .../camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java | 12 ++++++------ docs/components/modules/ROOT/pages/aws-s3-component.adoc | 4 ++-- docs/components/modules/ROOT/pages/dataformat-component.adoc | 2 +- docs/components/modules/ROOT/pages/http4-component.adoc | 2 +- docs/components/modules/ROOT/pages/irc-component.adoc | 2 +- docs/components/modules/ROOT/pages/jetty-component.adoc | 2 +- docs/components/modules/ROOT/pages/mail-component.adoc | 2 +- docs/components/modules/ROOT/pages/netty4-component.adoc | 2 +- .../ROOT/pages/openshift-build-configs-component.adoc | 2 +- docs/components/modules/ROOT/pages/timer-component.adoc | 2 +- docs/components/modules/ROOT/pages/websocket-component.adoc | 2 +- .../aws/s3/springboot/S3ComponentConfiguration.java | 2 +- 26 files changed, 33 insertions(+), 33 deletions(-) diff --git a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc index 412ddcc..326ee71 100644 --- a/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc +++ b/components/camel-aws-s3/src/main/docs/aws-s3-component.adoc @@ -87,7 +87,7 @@ with the following path and query parameters: [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *amazonS3Client* (common) | Reference to a com.amazonaws.services.s3.AmazonS3 in the link:registry.htmlRegistry. | | AmazonS3 +| *amazonS3Client* (common) | Reference to a com.amazonaws.services.s3.AmazonS3 in the xref:registry.adocRegistry. | | AmazonS3 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true | boolean | *pathStyleAccess* (common) | Whether or not the S3 client should use path style access | false | boolean | *policy* (common) | The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. | | String @@ -170,7 +170,7 @@ The component supports 38 options, which are listed below. | *camel.component.aws-s3.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean | *camel.component.aws-s3.configuration.accelerate-mode-enabled* | Define if Accelerate Mode enabled is true or false | false | Boolean | *camel.component.aws-s3.configuration.access-key* | Amazon AWS Access Key | | String -| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a `com.amazonaws.services.s3.AmazonS3` in the link:registry.html[Registry]. | | AmazonS3 +| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a `com.amazonaws.services.s3.AmazonS3` in the xref:registry.adoc[Registry]. | | AmazonS3 | *camel.component.aws-s3.configuration.auto-create-bucket* | Setting the autocreation of the bucket | true | Boolean | *camel.component.aws-s3.configuration.autoclose-body* | If this option is true and includeBody is true, then the S3Object.close() method will be called on exchange completion. This option is strongly related to includeBody option. In case of setting includeBody to true and autocloseBody to false, it will be up to the caller to close the S3Object stream. Setting autocloseBody to true, will close the S3Object stream automatically. | true | Boolean | *camel.component.aws-s3.configuration.aws-k-m-s-key-id* | Define the id of KMS key to use in case KMS is enabled | | String diff --git a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java index 91bc4a2..3bbba43 100644 --- a/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java +++ b/components/camel-aws-s3/src/main/java/org/apache/camel/component/aws/s3/S3Configuration.java @@ -143,7 +143,7 @@ public class S3Configuration implements Cloneable { /** * Reference to a `com.amazonaws.services.s3.AmazonS3` in the - * link:registry.html[Registry]. + * xref:registry.adoc[Registry]. */ public void setAmazonS3Client(AmazonS3 amazonS3Client) { this.amazonS3Client = amazonS3Client; diff --git a/components/camel-dataformat/src/main/docs/dataformat-component.adoc b/components/camel-dataformat/src/main/docs/dataformat-component.adoc index 7a2546a..f6cf52d 100644 --- a/components/camel-dataformat/src/main/docs/dataformat-component.adoc +++ b/components/camel-dataformat/src/main/docs/dataformat-component.adoc @@ -3,7 +3,7 @@ *Available as of Camel version 2.12* -The Dataformat component allows to use link:data-format.html[Data +The Dataformat component allows to use xref:data-format.adoc[Data Format] as a Camel Component. === URI format diff --git a/components/camel-fhir/camel-fhir-component/src/main/docs/fhirJson-dataformat.adoc b/components/camel-fhir/camel-fhir-component/src/main/docs/fhirJson-dataformat.adoc index 7dc3019..54e29cf 100644 --- a/components/camel-fhir/camel-fhir-component/src/main/docs/fhirJson-dataformat.adoc +++ b/components/camel-fhir/camel-fhir-component/src/main/docs/fhirJson-dataformat.adoc @@ -4,7 +4,7 @@ *Available as of Camel version 2.21* The FHIR-JSON Data Format leverages -link:https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java[HAPI-FHIR's] +https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/JsonParser.java[HAPI-FHIR's] JSON parser to parse to/from JSON format to/from a HAPI-FHIR's `IBaseResource`. === FHIR JSON Format Options diff --git a/components/camel-fhir/camel-fhir-component/src/main/docs/fhirXml-dataformat.adoc b/components/camel-fhir/camel-fhir-component/src/main/docs/fhirXml-dataformat.adoc index ff182ce..c9e749f 100644 --- a/components/camel-fhir/camel-fhir-component/src/main/docs/fhirXml-dataformat.adoc +++ b/components/camel-fhir/camel-fhir-component/src/main/docs/fhirXml-dataformat.adoc @@ -4,7 +4,7 @@ *Available as of Camel version 2.21* The FHIR-XML Data Format leverages -link:https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java[HAPI-FHIR's] +https://github.com/jamesagnew/hapi-fhir/blob/master/hapi-fhir-base/src/main/java/ca/uhn/fhir/parser/XmlParser.java[HAPI-FHIR's] XML parser to parse to/from XML format to/from a HAPI-FHIR's `IBaseResource`. === FHIR XML Format Options diff --git a/components/camel-http4/src/main/docs/http4-component.adoc b/components/camel-http4/src/main/docs/http4-component.adoc index 1f4684a..ee7f655 100644 --- a/components/camel-http4/src/main/docs/http4-component.adoc +++ b/components/camel-http4/src/main/docs/http4-component.adoc @@ -565,7 +565,7 @@ behavior. Using the JSSE Configuration Utility The HTTP4 component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/components/camel-irc/src/main/docs/irc-component.adoc b/components/camel-irc/src/main/docs/irc-component.adoc index 8f12b59..7fc0250 100644 --- a/components/camel-irc/src/main/docs/irc-component.adoc +++ b/components/camel-irc/src/main/docs/irc-component.adoc @@ -150,7 +150,7 @@ The component supports 4 options, which are listed below. #### Using the JSSE Configuration Utility The IRC component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/components/camel-jetty/src/main/docs/jetty-component.adoc b/components/camel-jetty/src/main/docs/jetty-component.adoc index 4ba791d..eba8fb4 100644 --- a/components/camel-jetty/src/main/docs/jetty-component.adoc +++ b/components/camel-jetty/src/main/docs/jetty-component.adoc @@ -326,7 +326,7 @@ public void process(Exchange exchange) throws Exception { Using the JSSE Configuration Utility The Jetty component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc b/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc index a305ae9..4af6b55 100644 --- a/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc +++ b/components/camel-kubernetes/src/main/docs/openshift-build-configs-component.adoc @@ -3,7 +3,7 @@ *Available as of Camel version 2.17* -The OpenShift Build Config component is one of link:kubernetes.adoc[Kubernetes Components] which +The OpenShift Build Config component is one of xref:kubernetes.adoc[Kubernetes Components] which provides a producer to execute kubernetes build config operations. diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc index 5d3cdbb..89a6473 100644 --- a/components/camel-mail/src/main/docs/mail-component.adoc +++ b/components/camel-mail/src/main/docs/mail-component.adoc @@ -343,7 +343,7 @@ configuration. ==== Using the JSSE Configuration Utility The mail component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc index 53187bc..79cdf47 100644 --- a/components/camel-netty4/src/main/docs/netty4-component.adoc +++ b/components/camel-netty4/src/main/docs/netty4-component.adoc @@ -406,7 +406,7 @@ RouteBuilder builder = new RouteBuilder() { Using the JSSE Configuration Utility The Netty component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc index 064ab0c..998b2a3 100644 --- a/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc +++ b/components/camel-servicenow/camel-servicenow-component/src/main/docs/servicenow-component.adoc @@ -309,7 +309,7 @@ The component supports 58 options, which are listed below. | CREATE | POST | /api/now/import/{table_name} |=== -NOTE: link:http://wiki.servicenow.com/index.php?title=REST_API#Available_APIs[Fuji REST API Documentation] +NOTE: http://wiki.servicenow.com/index.php?title=REST_API#Available_APIs[Fuji REST API Documentation] [[ServiceNow-Helsinki]] [cols="10%a,10%a,10%a,10%a,60%a", options="header"] diff --git a/components/camel-timer/src/main/docs/timer-component.adoc b/components/camel-timer/src/main/docs/timer-component.adoc index 4d7c430..eda5704 100644 --- a/components/camel-timer/src/main/docs/timer-component.adoc +++ b/components/camel-timer/src/main/docs/timer-component.adoc @@ -29,7 +29,7 @@ advanced scheduling. TIP:*Specify time in human friendly format* You can specify the time in -link:how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human +xref:how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human friendly syntax]. diff --git a/components/camel-websocket/src/main/docs/websocket-component.adoc b/components/camel-websocket/src/main/docs/websocket-component.adoc index 6c1c716..408b18c 100644 --- a/components/camel-websocket/src/main/docs/websocket-component.adoc +++ b/components/camel-websocket/src/main/docs/websocket-component.adoc @@ -206,7 +206,7 @@ from("activemq:topic:newsTopic") #### Using the JSSE Configuration Utility The WebSocket component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java index 3fe3074..2ae0412 100644 --- a/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java +++ b/core/camel-endpointdsl/src/main/java/org/apache/camel/builder/endpoint/dsl/S3EndpointBuilderFactory.java @@ -59,7 +59,7 @@ public interface S3EndpointBuilderFactory { } /** * Reference to a com.amazonaws.services.s3.AmazonS3 in the - * link:registry.htmlRegistry. + * xref:registry.adocRegistry. * The option is a <code>com.amazonaws.services.s3.AmazonS3</code> type. * @group common */ @@ -69,7 +69,7 @@ public interface S3EndpointBuilderFactory { } /** * Reference to a com.amazonaws.services.s3.AmazonS3 in the - * link:registry.htmlRegistry. + * xref:registry.adocRegistry. * The option will be converted to a * <code>com.amazonaws.services.s3.AmazonS3</code> type. * @group common @@ -1015,7 +1015,7 @@ public interface S3EndpointBuilderFactory { } /** * Reference to a com.amazonaws.services.s3.AmazonS3 in the - * link:registry.htmlRegistry. + * xref:registry.adocRegistry. * The option is a <code>com.amazonaws.services.s3.AmazonS3</code> type. * @group common */ @@ -1025,7 +1025,7 @@ public interface S3EndpointBuilderFactory { } /** * Reference to a com.amazonaws.services.s3.AmazonS3 in the - * link:registry.htmlRegistry. + * xref:registry.adocRegistry. * The option will be converted to a * <code>com.amazonaws.services.s3.AmazonS3</code> type. * @group common @@ -1548,7 +1548,7 @@ public interface S3EndpointBuilderFactory { } /** * Reference to a com.amazonaws.services.s3.AmazonS3 in the - * link:registry.htmlRegistry. + * xref:registry.adocRegistry. * The option is a <code>com.amazonaws.services.s3.AmazonS3</code> type. * @group common */ @@ -1558,7 +1558,7 @@ public interface S3EndpointBuilderFactory { } /** * Reference to a com.amazonaws.services.s3.AmazonS3 in the - * link:registry.htmlRegistry. + * xref:registry.adocRegistry. * The option will be converted to a * <code>com.amazonaws.services.s3.AmazonS3</code> type. * @group common diff --git a/docs/components/modules/ROOT/pages/aws-s3-component.adoc b/docs/components/modules/ROOT/pages/aws-s3-component.adoc index 412ddcc..326ee71 100644 --- a/docs/components/modules/ROOT/pages/aws-s3-component.adoc +++ b/docs/components/modules/ROOT/pages/aws-s3-component.adoc @@ -87,7 +87,7 @@ with the following path and query parameters: [width="100%",cols="2,5,^1,2",options="header"] |=== | Name | Description | Default | Type -| *amazonS3Client* (common) | Reference to a com.amazonaws.services.s3.AmazonS3 in the link:registry.htmlRegistry. | | AmazonS3 +| *amazonS3Client* (common) | Reference to a com.amazonaws.services.s3.AmazonS3 in the xref:registry.adocRegistry. | | AmazonS3 | *autoCreateBucket* (common) | Setting the autocreation of the bucket | true | boolean | *pathStyleAccess* (common) | Whether or not the S3 client should use path style access | false | boolean | *policy* (common) | The policy for this queue to set in the com.amazonaws.services.s3.AmazonS3#setBucketPolicy() method. | | String @@ -170,7 +170,7 @@ The component supports 38 options, which are listed below. | *camel.component.aws-s3.basic-property-binding* | Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities | false | Boolean | *camel.component.aws-s3.configuration.accelerate-mode-enabled* | Define if Accelerate Mode enabled is true or false | false | Boolean | *camel.component.aws-s3.configuration.access-key* | Amazon AWS Access Key | | String -| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a `com.amazonaws.services.s3.AmazonS3` in the link:registry.html[Registry]. | | AmazonS3 +| *camel.component.aws-s3.configuration.amazon-s3-client* | Reference to a `com.amazonaws.services.s3.AmazonS3` in the xref:registry.adoc[Registry]. | | AmazonS3 | *camel.component.aws-s3.configuration.auto-create-bucket* | Setting the autocreation of the bucket | true | Boolean | *camel.component.aws-s3.configuration.autoclose-body* | If this option is true and includeBody is true, then the S3Object.close() method will be called on exchange completion. This option is strongly related to includeBody option. In case of setting includeBody to true and autocloseBody to false, it will be up to the caller to close the S3Object stream. Setting autocloseBody to true, will close the S3Object stream automatically. | true | Boolean | *camel.component.aws-s3.configuration.aws-k-m-s-key-id* | Define the id of KMS key to use in case KMS is enabled | | String diff --git a/docs/components/modules/ROOT/pages/dataformat-component.adoc b/docs/components/modules/ROOT/pages/dataformat-component.adoc index 7a2546a..f6cf52d 100644 --- a/docs/components/modules/ROOT/pages/dataformat-component.adoc +++ b/docs/components/modules/ROOT/pages/dataformat-component.adoc @@ -3,7 +3,7 @@ *Available as of Camel version 2.12* -The Dataformat component allows to use link:data-format.html[Data +The Dataformat component allows to use xref:data-format.adoc[Data Format] as a Camel Component. === URI format diff --git a/docs/components/modules/ROOT/pages/http4-component.adoc b/docs/components/modules/ROOT/pages/http4-component.adoc index 1f4684a..ee7f655 100644 --- a/docs/components/modules/ROOT/pages/http4-component.adoc +++ b/docs/components/modules/ROOT/pages/http4-component.adoc @@ -565,7 +565,7 @@ behavior. Using the JSSE Configuration Utility The HTTP4 component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/docs/components/modules/ROOT/pages/irc-component.adoc b/docs/components/modules/ROOT/pages/irc-component.adoc index 8f12b59..7fc0250 100644 --- a/docs/components/modules/ROOT/pages/irc-component.adoc +++ b/docs/components/modules/ROOT/pages/irc-component.adoc @@ -150,7 +150,7 @@ The component supports 4 options, which are listed below. #### Using the JSSE Configuration Utility The IRC component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/docs/components/modules/ROOT/pages/jetty-component.adoc b/docs/components/modules/ROOT/pages/jetty-component.adoc index 4ba791d..eba8fb4 100644 --- a/docs/components/modules/ROOT/pages/jetty-component.adoc +++ b/docs/components/modules/ROOT/pages/jetty-component.adoc @@ -326,7 +326,7 @@ public void process(Exchange exchange) throws Exception { Using the JSSE Configuration Utility The Jetty component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/docs/components/modules/ROOT/pages/mail-component.adoc b/docs/components/modules/ROOT/pages/mail-component.adoc index 5d3cdbb..89a6473 100644 --- a/docs/components/modules/ROOT/pages/mail-component.adoc +++ b/docs/components/modules/ROOT/pages/mail-component.adoc @@ -343,7 +343,7 @@ configuration. ==== Using the JSSE Configuration Utility The mail component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/docs/components/modules/ROOT/pages/netty4-component.adoc b/docs/components/modules/ROOT/pages/netty4-component.adoc index 53187bc..79cdf47 100644 --- a/docs/components/modules/ROOT/pages/netty4-component.adoc +++ b/docs/components/modules/ROOT/pages/netty4-component.adoc @@ -406,7 +406,7 @@ RouteBuilder builder = new RouteBuilder() { Using the JSSE Configuration Utility The Netty component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc b/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc index a305ae9..4af6b55 100644 --- a/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc +++ b/docs/components/modules/ROOT/pages/openshift-build-configs-component.adoc @@ -3,7 +3,7 @@ *Available as of Camel version 2.17* -The OpenShift Build Config component is one of link:kubernetes.adoc[Kubernetes Components] which +The OpenShift Build Config component is one of xref:kubernetes.adoc[Kubernetes Components] which provides a producer to execute kubernetes build config operations. diff --git a/docs/components/modules/ROOT/pages/timer-component.adoc b/docs/components/modules/ROOT/pages/timer-component.adoc index 4d7c430..eda5704 100644 --- a/docs/components/modules/ROOT/pages/timer-component.adoc +++ b/docs/components/modules/ROOT/pages/timer-component.adoc @@ -29,7 +29,7 @@ advanced scheduling. TIP:*Specify time in human friendly format* You can specify the time in -link:how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human +xref:how-do-i-specify-time-period-in-a-human-friendly-syntax.adoc[human friendly syntax]. diff --git a/docs/components/modules/ROOT/pages/websocket-component.adoc b/docs/components/modules/ROOT/pages/websocket-component.adoc index 6c1c716..408b18c 100644 --- a/docs/components/modules/ROOT/pages/websocket-component.adoc +++ b/docs/components/modules/ROOT/pages/websocket-component.adoc @@ -206,7 +206,7 @@ from("activemq:topic:newsTopic") #### Using the JSSE Configuration Utility The WebSocket component supports SSL/TLS configuration -through the link:camel-configuration-utilities.adoc[Camel JSSE +through the xref:camel-configuration-utilities.adoc[Camel JSSE Configuration Utility]. This utility greatly decreases the amount of component specific code you need to write and is configurable at the endpoint and component levels. The following examples demonstrate how diff --git a/platforms/spring-boot/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java b/platforms/spring-boot/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java index 66eda9d..679bc07 100644 --- a/platforms/spring-boot/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java +++ b/platforms/spring-boot/components-starter/camel-aws-s3-starter/src/main/java/org/apache/camel/component/aws/s3/springboot/S3ComponentConfiguration.java @@ -141,7 +141,7 @@ public class S3ComponentConfiguration private String secretKey; /** * Reference to a `com.amazonaws.services.s3.AmazonS3` in the - * link:registry.html[Registry]. + * xref:registry.adoc[Registry]. */ private AmazonS3 amazonS3Client; /**