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

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


The following commit(s) were added to refs/heads/main by this push:
     new ef2ed10  REST extension doc link is not processed correctly #2591
ef2ed10 is described below

commit ef2ed10db4ba6799ed96f1a7da8dd461d181eb3d
Author: Peter Palaga <[email protected]>
AuthorDate: Fri May 14 09:29:39 2021 +0200

    REST extension doc link is not processed correctly #2591
---
 docs/modules/ROOT/pages/reference/extensions/rest.adoc  | 4 ++--
 extensions/rest/runtime/src/main/doc/configuration.adoc | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/rest.adoc 
b/docs/modules/ROOT/pages/reference/extensions/rest.adoc
index bfd76fb..abfe018 100644
--- a/docs/modules/ROOT/pages/reference/extensions/rest.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/rest.adoc
@@ -42,8 +42,8 @@ Check the xref:user-guide/index.adoc[User guide] for more 
information about writ
 
 == Additional Camel Quarkus configuration
 
-This extension depends on the xref:extensions/platform-http.adoc extension and 
configures it as the component that
-provides the REST transport.
+This extension depends on the 
xref:reference/extensions/platform-http.adoc[Platform HTTP] extension
+and configures it as the component that provides the REST transport.
 
 To use another REST transport provider, such as `netty-http` or `servlet`, you 
need to add the respective
 extension as a dependency to your project and set the provider in your 
`RouteBuilder`. E.g. for `servlet`, you'd
diff --git a/extensions/rest/runtime/src/main/doc/configuration.adoc 
b/extensions/rest/runtime/src/main/doc/configuration.adoc
index bdc03c0..8cdaa0e 100644
--- a/extensions/rest/runtime/src/main/doc/configuration.adoc
+++ b/extensions/rest/runtime/src/main/doc/configuration.adoc
@@ -1,5 +1,5 @@
-This extension depends on the xref:extensions/platform-http.adoc extension and 
configures it as the component that
-provides the REST transport.
+This extension depends on the 
xref:reference/extensions/platform-http.adoc[Platform HTTP] extension
+and configures it as the component that provides the REST transport.
 
 To use another REST transport provider, such as `netty-http` or `servlet`, you 
need to add the respective
 extension as a dependency to your project and set the provider in your 
`RouteBuilder`. E.g. for `servlet`, you'd

Reply via email to