You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/20 13:26:34 UTC

[camel] branch camel-3.18.x updated: Platform HTTP Vertx Component: Fixed Camel Website build

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

acosentino pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new bf5265368cc Platform HTTP Vertx Component: Fixed Camel Website build
bf5265368cc is described below

commit bf5265368cc708510b2ff3aa0746f348ada40c8c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 20 15:25:03 2022 +0200

    Platform HTTP Vertx Component: Fixed Camel Website build
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
index 34c2cccfc53..42ae456e30c 100644
--- a/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
+++ b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc
@@ -68,9 +68,8 @@ Platform HTTP component can act as a reverse proxy, in that case `Exchange.HTTP_
 Here's an example of a HTTP proxy that simply redirects the Exchange to the origin server.
 
 [source,java]
-------------------------------------------------------------------------------------------
+----
 from("platform-http:proxy")
     .toD("http://"
         + "${headers." + Exchange.HTTP_HOST + "}");
-
--------------------------------------------------------------------------------------
\ No newline at end of file
+----