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 c9923bc Added link in Summary about REST DSL
c9923bc is described below
commit c9923bc5f1719164f75de51103ad3352c5cfd250
Author: Andrea Cosentino <ancosen@gmail.com>
AuthorDate: Tue Nov 13 15:00:45 2018 +0100
Added link in Summary about REST DSL
---
docs/user-manual/en/SUMMARY.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 9abdaca..bb7c407 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -128,7 +128,7 @@
* [Java DSL](java-dsl.adoc)
* [Spring DSL](spring.adoc)
* [Blueprint DSL](using-osgi-blueprint-with-camel.adoc)
-* Rest DSL
+* [Rest DSL](../../../camel-core/src/main/docs/rest-dsl.adoc)
* [Groovy DSL](groovy-dsl.adoc)
* [Scala DSL](scala-dsl.adoc)
* [Annotation DSL](bean-integration.adoc)
|