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 65b10a2 docs: Updated the link syntax
65b10a2 is described below
commit 65b10a2a857ca91ae41e6831a90aefb32ca7a9f3
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 5 09:19:15 2023 +0200
docs: Updated the link syntax
---
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 e4232dd..51221b9 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
-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.
+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.