You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/06/22 09:32:16 UTC

[camel] 03/09: xml-configuration fixed again and architecture.adoc fixed but annotation-based-expression-language.adoc is missing

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

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

commit 77d624bc56fccadfd8b907e4a82640572942d5e4
Author: nayananga@acerubuntu18.04 <na...@gmail.com>
AuthorDate: Sat Jun 22 00:14:29 2019 +0530

    xml-configuration fixed again and architecture.adoc fixed but annotation-based-expression-language.adoc is missing
---
 docs/user-manual/modules/ROOT/pages/architecture.adoc    |  7 +++----
 .../modules/ROOT/pages/xml-configuration.adoc            | 16 ++++++----------
 2 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/architecture.adoc b/docs/user-manual/modules/ROOT/pages/architecture.adoc
index f410bf0..35beeeb 100644
--- a/docs/user-manual/modules/ROOT/pages/architecture.adoc
+++ b/docs/user-manual/modules/ROOT/pages/architecture.adoc
@@ -1,12 +1,12 @@
 [[Architecture-Architecture]]
 === Architecture
 
-Camel uses a Java based link:dsl.adoc[Routing Domain Specific Language
+Camel uses a Java based xref:dsl.adoc[Routing Domain Specific Language
 (DSL)] or an XML Configuration to configure
 routing and mediation rules which are added to a
 http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/CamelContext.html[CamelContext]
 to implement the various
-link:enterprise-integration-patterns.adoc[Enterprise Integration
+xref:enterprise-integration-patterns.adoc[Enterprise Integration
 Patterns].
 
 At a high level Camel consists of a
@@ -33,8 +33,7 @@ Expression or Predicate to
 make a truly powerful DSL which is extensible to the most suitable
 language depending on your needs. Many of the Languages 
 are also supported as
-link:annotation-based-expression-language.html[Annotation Based
-Expression Language].
+xref:annotation-based-expression-language.adoc[Annotation Based Expression Language].
 
 [[Architecture-Diagram]]
 ==== Diagram
diff --git a/docs/user-manual/modules/ROOT/pages/xml-configuration.adoc b/docs/user-manual/modules/ROOT/pages/xml-configuration.adoc
index 06642e6..3db1384 100644
--- a/docs/user-manual/modules/ROOT/pages/xml-configuration.adoc
+++ b/docs/user-manual/modules/ROOT/pages/xml-configuration.adoc
@@ -1,25 +1,21 @@
 [[XMLConfiguration-XMLConfiguration]]
 === XML Configuration
 
-We recommend developers use the Java xref:dsl.adoc[Domain Specific
-Language] when writing routing rules as this provides maximum IDE
+We recommend developers use the Java xref:dsl.adoc[Domain Specific Language] when writing routing rules as this provides maximum IDE
 completion and functionality while being the most expressive. However if
 you wish to put your routing rules in XML you can via the Camel XML
 language.
 
 Camel XML uses xref:spring.adoc[Spring] 2 namespaces; so that you can
-configure your routing rules within your xref:spring.adoc[Spring XML
-configuration file]; you can also use
-xref:faq/how-do-i-configure-endpoints.adoc[Java code to configure components
-and endpoints].
+configure your routing rules within your 
+xref:spring.adoc[Spring XML configuration file]; you can also use
+xref:faq/how-do-i-configure-endpoints.adoc[Java code to configure components and endpoints].
 
 For examples on how to use Camel XML, see the
-xref:enterprise-integration-patterns.adoc[Enterprise Integration
-Patterns] or refer to the xref:spring.adoc[Spring Support].
+xref:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] or refer to the xref:spring.adoc[Spring Support].
 
 [[XMLConfiguration-SeeAlso]]
 === See Also
 
 * xref:xml-reference.adoc[XML Reference]
-* xref:faq/how-do-i-use-spring-property-placeholder-with-camel-xml.adoc[How
-do I use Spring Property Placeholder with Camel XML]
+* xref:faq/how-do-i-use-spring-property-placeholder-with-camel-xml.adoc[How do I use Spring Property Placeholder with Camel XML]