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 abb5f19 Update site.xml removed redundancy (#115)
abb5f19 is described below
commit abb5f19ff81dd045c7316d29d2412ca9c60d6696
Author: Andrew Wetmore <[email protected]>
AuthorDate: Mon Jun 2 15:51:45 2025 -0300
Update site.xml removed redundancy (#115)
we do not need 'new' in "Creating a New Presentation", as that is included
in the meaning of 'creating'.
---
site/src/site/site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/site.xml b/site/src/site/site.xml
index 5bca643..480ae24 100644
--- a/site/src/site/site.xml
+++ b/site/src/site/site.xml
@@ -146,7 +146,7 @@
<!-- Users (Authors and presenters) -->
<menu name="Authors and Presenters">
<item name="Getting Started" href="users/index.html"/>
- <item name="Creating a New Presentation"
href="users/new-presentation.html"/>
+ <item name="Creating a Presentation" href="users/new-presentation.html"/>
<item name="Writing Slides" href="users/writing-slides.html"/>
<item name="Presentation Tips" href="users/presentation-tips"/>
<item name="Downloads" href="downloads.html"/>