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 2021/08/17 07:30:18 UTC

[camel] 11/15: Polish and cleanup documentation

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

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

commit 4e323f67db0d63315f801894a328dc7a27506200
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 16 21:50:32 2021 +0200

    Polish and cleanup documentation
---
 docs/user-manual/modules/ROOT/pages/uris.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/uris.adoc b/docs/user-manual/modules/ROOT/pages/uris.adoc
index ddb8961..1d5c762 100644
--- a/docs/user-manual/modules/ROOT/pages/uris.adoc
+++ b/docs/user-manual/modules/ROOT/pages/uris.adoc
@@ -1,16 +1,16 @@
 [[URIs-URIs]]
 = URIs
 
-Camel makes extensive use of URIs to allow you to refer to endpoints
+Camel makes extensive use of URIs to allow you to refer to xref:endpoint.adoc[Endpoint]s
 which are lazily created by a xref:component.adoc[Component] if you
-refer to them within xref:routes.adoc[Routes].
+refer to them within xref:routes.adoc[Routes] from the xref:dsl.adoc[DSL].
 
 [IMPORTANT]
 ====
 Make sure to read
 xref:faq:how-do-i-configure-endpoints.adoc[How do I configure endpoints]
 to learn more about configuring endpoints. For
-example how to refer to beans in the xref:registry.adoc[Registry] or how
+example how to refer to beans in the xref:registry.adoc[registry] or how
 to use raw values for password options, and using
 xref:using-propertyplaceholder.adoc[property placeholders] etc.
 ====