This is an automated email from the ASF dual-hosted git repository. davsclaus 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 9a61ade Added Reference Links (#3567) 9a61ade is described below commit 9a61ade74541a5e3d627df3748756f5202c68807 Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Wed Feb 12 20:53:52 2020 +0530 Added Reference Links (#3567) * Added Reference Links These reference links in the document helps in redirecting to the different pages. Instead of searching each section. * Update docs/user-manual/modules/ROOT/pages/getting-started.adoc Thanks for the suggestions. Going forward we will take care. Co-Authored-By: Zoran Regvart <zo...@regvart.com> * Update docs/user-manual/modules/ROOT/pages/getting-started.adoc Thanks for the suggestions. Going forward we will take care. Co-Authored-By: Zoran Regvart <zo...@regvart.com> Co-authored-by: Zoran Regvart <zo...@regvart.com> --- docs/user-manual/modules/ROOT/pages/getting-started.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/getting-started.adoc b/docs/user-manual/modules/ROOT/pages/getting-started.adoc index 0de2d84..32f22a5 100644 --- a/docs/user-manual/modules/ROOT/pages/getting-started.adoc +++ b/docs/user-manual/modules/ROOT/pages/getting-started.adoc @@ -8,10 +8,10 @@ Building it yourself. Then come back here and you might want to read the following documentation before continuing: -* Longer Getting Started Guide +* Longer xref:book-getting-started.adoc[Getting Started Guide] * Find out about xref:enterprise-integration-patterns.adoc[Enterprise Integration Patterns] and how to implement them with Camel -* Review the Architecture guide to see how to build Routes using the xref:java-dsl.adoc[Java DSL] +* Review the xref:architecture.html[Architecture guide] to see how to build Routes using the xref:java-dsl.adoc[Java DSL] or xref:xml-configuration.adoc[XML DSL] [[GettingStarted-WorkingwithCamelContextsandRouteBuilders]]