This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8d166e93c3d426b467931ef3bca135d2e2e90380 Author: Otavio R. Piske <[email protected]> AuthorDate: Sun Feb 25 08:59:32 2024 +0100 CAMEL-20459: documentation fixes for the from EIP. Signed-off-by: Otavio R. Piske <[email protected]> --- core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc index 53ac55dea0e..ac6a8709c09 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/from-eip.adoc @@ -9,7 +9,7 @@ Every Camel xref:manual::routes.adoc[route] starts from an xref:manual::endpoint.adoc[Endpoint] as the input (source) to the route. -The From EIP is the input. +The `from` EIP is the input. == Options @@ -25,7 +25,7 @@ include::partial$eip-exchangeProperties.adoc[] == Example -In the route below the route starts from +In the route below, the route starts from a xref:ROOT:file-component.adoc[File] endpoint. [tabs]
