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 2020/03/09 09:50:20 UTC

[camel] branch master updated: Updated the reference

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

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


The following commit(s) were added to refs/heads/master by this push:
     new caa0c27  Updated the reference
     new 9eb9601  Merge pull request #3616 from NiteshKoushik/patch-3
caa0c27 is described below

commit caa0c274219d8f2c796620f21b69aae5f5611b00
Author: Nitesh Koushik S <39...@users.noreply.github.com>
AuthorDate: Mon Mar 9 15:17:33 2020 +0530

    Updated the reference
    
    Updated references for easy navigation and to know more, instead of searching for it.
---
 docs/user-manual/modules/ROOT/pages/dsl.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/dsl.adoc b/docs/user-manual/modules/ROOT/pages/dsl.adoc
index 8baecdd..568bfe4 100644
--- a/docs/user-manual/modules/ROOT/pages/dsl.adoc
+++ b/docs/user-manual/modules/ROOT/pages/dsl.adoc
@@ -9,9 +9,9 @@ languages (DSL) as listed below.
 * xref:java-dsl.adoc[Java DSL] - A Java based DSL using the fluent
 builder style.
 * xref:components::spring.adoc[Spring XML] - A XML based DSL in Spring XML files
-* Blueprint XML - A XML based
+* xref:using-osgi-blueprint-with-camel.adoc[Blueprint XML] - A XML based
 DSL in OSGi Blueprint XML files
-* Rest DSL - A DSL to define REST services using a
+* xref:rest-dsl.adoc[Rest DSL] - A DSL to define REST services using a
 REST style in either Java or XML.
 * xref:bean-integration.adoc[Annotation DSL] - Use annotations in Java
 beans.