This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/main by this push:
new aece038b9 fix: Point privacy link to canonical ASF privacy policy (#99)
aece038b9 is described below
commit aece038b949f3477ab33f2509b17ecc1a5066f09
Author: Rich Bowen <[email protected]>
AuthorDate: Thu May 28 05:59:57 2026 -0700
fix: Point privacy link to canonical ASF privacy policy (#99)
The existing privacy link pointed to a project-level page. ASF
policy requires linking to the canonical privacy policy URL.
Checker: https://whimsy.apache.org/site/
---
src/main/jbake/templates/footer.ftl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/jbake/templates/footer.ftl
b/src/main/jbake/templates/footer.ftl
index bdb9fce9c..3cf3cebc7 100755
--- a/src/main/jbake/templates/footer.ftl
+++ b/src/main/jbake/templates/footer.ftl
@@ -22,7 +22,7 @@
<a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a> <br>
Apache OpenNLP, OpenNLP, Apache, the Apache logo, and the Apache
OpenNLP project logo are
trademarks of The Apache Software Foundation. -
- <a href="/privacy-policy.html">Privacy Policy</a></p>
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></p>
</div>
</footer>