This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 0163ff7a0c CAUSEWAY-3345: adding offical source ref.
0163ff7a0c is described below
commit 0163ff7a0ca675b755b8d30be1aebb8956f42201
Author: Andi Huber <[email protected]>
AuthorDate: Thu Feb 9 14:42:58 2023 +0100
CAUSEWAY-3345: adding offical source ref.
---
.../components/docs/modules/ROOT/pages/downloads/how-to.adoc | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
b/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
index ddf674d6d2..3debd75df3 100644
--- a/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
+++ b/antora/components/docs/modules/ROOT/pages/downloads/how-to.adoc
@@ -73,15 +73,21 @@ Windows users can get binary md5 programs from these (and
likely other) places:
== Source Code
-The Apache Causeway source is hosted on github.
-You can download the Apache Causeway source code using:
+The _Apache Causeway_ (official) sources,
+that correspond to the latest release(s)
+can be downloaded from:
+
+* https://downloads.apache.org/causeway/
+
+The project source code is also hosted on _github_.
+You can check it out using:
[source,bash]
----
git clone https://github.com/apache/causeway.git
----
-Contributors can fork this repo using github's tools and contribute
patches/new features using pull requests.
+Contributors can fork this repo using _github's_ tools and contribute
patches/new features using pull requests.
Committers can push to this repo directly, once their ASF account and github
account have been linked.
See link:https://gitbox.apache.org/setup/[gitbox setup] for more details on
how to do this.