This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 942542c18a85 fix(doc): relative url
942542c18a85 is described below
commit 942542c18a85413c5b9edfc1da62cb11140fb205
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue May 19 09:51:42 2026 +0200
fix(doc): relative url
---
docs/main/modules/getting-started/pages/index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/main/modules/getting-started/pages/index.adoc
b/docs/main/modules/getting-started/pages/index.adoc
index ffbcce99b514..90247ca28f5a 100644
--- a/docs/main/modules/getting-started/pages/index.adoc
+++ b/docs/main/modules/getting-started/pages/index.adoc
@@ -69,7 +69,7 @@ mvn archetype:generate -B
-DarchetypeGroupId=org.apache.camel.archetypes -Darche
If you have never used archetypes before, the command looks lengthy. We'll
explain the relevant arguments:
* `-DarchetypeArtifactId`: this is the ID of the archetype to use (i.e., which
of the templates from Camel Core to use - `camel-archetype-java` in this case)
-* `-DarchetypeVersion`: this is the version of the archetype to use. It is
also the same version of Camel to use for the example. We are using `4.20.0` in
this example. Check https://camel.apache.org/download/[the Camel download page]
for the latest released version.
+* `-DarchetypeVersion`: this is the version of the archetype to use. It is
also the same version of Camel to use for the example. We are using `4.20.0` in
this example. Check /download/[the Camel download page] for the latest released
version.
* `-Dpackage`: the package name for the project you are creating. We'll use
`org.apache.camel.learn` in all this guide.
* `-DgroupId`: the group ID for the project you are creating. We'll use
`org.apache.camel.learn` in all this guide.
* `-DartifactId`: the artifact name for the project you are creating.