This is an automated email from the ASF dual-hosted git repository.
cdutz 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 22f3b87 Provide a link to the source
new a196866 Merge pull request #84 from rbowen/patch-2
22f3b87 is described below
commit 22f3b87c65c2bd07e0b54b6e619a4435a112b611
Author: Rich Bowen <[email protected]>
AuthorDate: Thu Apr 27 09:58:42 2023 -0400
Provide a link to the source
Provide a link to the source repo, so that people like me don't have to
spend 15 minutes hunting for it.
---
site/src/site/asciidoc/developers/website.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/asciidoc/developers/website.adoc
b/site/src/site/asciidoc/developers/website.adoc
index a3759c7..e4232dd 100644
--- a/site/src/site/asciidoc/developers/website.adoc
+++ b/site/src/site/asciidoc/developers/website.adoc
@@ -38,7 +38,7 @@ This allows us to generate images like the ones on the
http://plc4x.apache.org/p
=== Providing new content
-Within the `src/site` directory, there is a file `site.xml` which generally
controls the menu and the look of the site.
+The website content can be found on GitHub, in the /site subdirectory, at
https://github.com/apache/incubator-training:"github.com/apache/incubator-training".
Within the `src/site` directory, there is a file `site.xml` which generally
controls the menu and the look of the site.
Most settings are inherited from the `training` parent module. That's also why
this is more complicated than the others.