This is an automated email from the ASF dual-hosted git repository.
larsfrancke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new 0db789c Fixes broken link to presentation (#100)
0db789c is described below
commit 0db789c7d2e39fbd9b17358d88368910c155d5b1
Author: Rich Bowen <[email protected]>
AuthorDate: Thu Sep 12 14:10:25 2024 -0400
Fixes broken link to presentation (#100)
---
site/src/site/asciidoc/downloads.adoc | 3 ++-
site/src/site/asciidoc/users/index.adoc | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/site/src/site/asciidoc/downloads.adoc
b/site/src/site/asciidoc/downloads.adoc
index 5c627cb..0e6ade7 100644
--- a/site/src/site/asciidoc/downloads.adoc
+++ b/site/src/site/asciidoc/downloads.adoc
@@ -32,4 +32,5 @@ It can seem like a daunting task to bring a new open source
project into the wor
https://www.apache.org/dyn/closer.lua/incubator/training/ApacheWay/NavigatingASFIncubation/1.0/apache-training-navigating-ASF-incubation-1.0-incubating.tar.gz[source
release] [
https://www.apache.org/dist/incubator/training/ApacheWay/NavigatingASFIncubation/1.0/apache-training-navigating-ASF-incubation-1.0-incubating.tar.gz.sha512[SHA512]
] [
https://www.apache.org/dist/incubator/training/ApacheWay/NavigatingASFIncubation/1.0/apache-training-navigating-ASF-incubation-1.0-incubating.tar.g
[...]
-The slides can also be viewed
http://training.apache.org/topics/ApacheWay/NavigatingASFIncubator/index.html[here].
+The slides can also be viewed
https://training.apache.org//presentations/incubator/navigating-asf-incubation/index.html[here].
+
diff --git a/site/src/site/asciidoc/users/index.adoc
b/site/src/site/asciidoc/users/index.adoc
index c9250da..7a2cda1 100644
--- a/site/src/site/asciidoc/users/index.adoc
+++ b/site/src/site/asciidoc/users/index.adoc
@@ -32,11 +32,11 @@ Please read the following chapter on how to do this.
In order to create an empty presentation to start with, please execute the
following command:
- mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.0.0
+ mvn archetype:generate -DarchetypeGroupId=org.apache.training
-DarchetypeArtifactId=content-archetype -DarchetypeVersion=1.3.0
For Windows, you need to wrap every argument in double-quotes:
- mvn archetype:generate "-DarchetypeGroupId=org.apache.training"
"-DarchetypeArtifactId=content-archetype" "-DarchetypeVersion=1.0.0"
+ mvn archetype:generate "-DarchetypeGroupId=org.apache.training"
"-DarchetypeArtifactId=content-archetype" "-DarchetypeVersion=1.3.0"
After choosing `groupId`, `artifactId`, `version` and `package` there should
be a new directory that matches the `artifactId` that you selected.