You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/11/12 13:31:56 UTC

[camel-quarkus] branch 2.13.x updated: Fixed website build

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

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


The following commit(s) were added to refs/heads/2.13.x by this push:
     new 8ef56e9fd4 Fixed website build
8ef56e9fd4 is described below

commit 8ef56e9fd497570901be3ac037c50b26fd458ecb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Nov 12 14:31:52 2022 +0100

    Fixed website build
---
 docs/modules/ROOT/pages/reference/extensions/platform-http.adoc | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
index 25be1753e9..6b7c93202b 100644
--- a/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/platform-http.adoc
@@ -144,13 +144,11 @@ 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 + "}");
-
--------------------------------------------------------------------------------------
-
+----
 
 [id="extensions-platform-http-additional-camel-quarkus-configuration"]
 == Additional Camel Quarkus configuration