This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
commit df69154bf0047a0321a55da4134d5afe9d5fc734 Author: danhaywood <[email protected]> AuthorDate: Wed Jan 17 09:55:56 2024 +0000 CAUSEWAY-3677 : fixes License and Privacy link violations on home page --- antora/supplemental-ui/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html index f7bea3b86f..ffcaaa33f6 100644 --- a/antora/supplemental-ui/index.html +++ b/antora/supplemental-ui/index.html @@ -138,8 +138,9 @@ <li><hr/></li> <li><a href="https://www.apache.org/">Apache Home Page</a></li> <li><a href="https://www.apache.org/events/current-event">Events</a></li> - <li><a href="https://www.apache.org/licenses/">Licenses</a></li> + <li><a href="https://www.apache.org/licenses/">License</a></li> <li><a href="https://www.apache.org/security/">Security</a></li> + <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li><hr/></li>
