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 5267efa Use .adoc instead of .html in docs
5267efa is described below
commit 5267efae54883ba9e38dcdab4b592ecc5f6b3517
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 12 16:24:36 2020 +0100
Use .adoc instead of .html in docs
---
docs/user-manual/modules/ROOT/pages/getting-started.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/modules/ROOT/pages/getting-started.adoc
b/docs/user-manual/modules/ROOT/pages/getting-started.adoc
index 32f22a5..9c12ca4 100644
--- a/docs/user-manual/modules/ROOT/pages/getting-started.adoc
+++ b/docs/user-manual/modules/ROOT/pages/getting-started.adoc
@@ -11,7 +11,7 @@ documentation before continuing:
* 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 xref:architecture.html[Architecture guide] to see how to build
Routes using the xref:java-dsl.adoc[Java DSL]
+* Review the xref:architecture.adoc[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]]