This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new d8c4d5559 Move the Privacy Policy link under "Apache"
d8c4d5559 is described below
commit d8c4d5559ce4ed23817cfd2cf0827990a751d1bb
Author: Andreas Veithen <[email protected]>
AuthorDate: Wed Sep 18 11:14:40 2024 +0100
Move the Privacy Policy link under "Apache"
---
src/site/site.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index d34a806bd..4dfba10ee 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -80,7 +80,6 @@
<item name="FAQ" href="faq.html"/>
<item name="View Source"
href="https://github.com/apache/ws-axiom"/>
<item name="Code Coverage"
href="https://codecov.io/gh/apache/ws-axiom"/>
- <item name="Privacy Policy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
</menu>
<menu name="Modules">
<item name="Implementations" href="implementations/index.html"/>
@@ -92,6 +91,7 @@
<item name="Sponsorship"
href="http://www.apache.org/foundation/sponsorship.html"/>
<item name="Thanks"
href="http://www.apache.org/foundation/thanks.html"/>
<item name="Security" href="http://www.apache.org/security/"/>
+ <item name="Privacy Policy"
href="https://privacy.apache.org/policies/privacy-policy-public.html"/>
</menu>
</body>
</site>