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-antora.git
The following commit(s) were added to refs/heads/master by this push:
new 103b7e8 CAUSEWAY-3677 : fixes for links to external sites
103b7e8 is described below
commit 103b7e83ed53a963edacf96b345caca62f68144e
Author: danhaywood <[email protected]>
AuthorDate: Wed Jan 17 10:11:20 2024 +0000
CAUSEWAY-3677 : fixes for links to external sites
---
src/partials/header-content.hbs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index a767219..e2b09a0 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -140,8 +140,9 @@
<div class="navbar-dropdown">
<a class="navbar-item" href="http://www.apache.org/">Apache
Homepage</a>
<a class="navbar-item"
href="https://www.apache.org/events/current-event">Events</a>
- <a class="navbar-item"
href="https://www.apache.org/licenses/">Licenses</a>
+ <a class="navbar-item"
href="https://www.apache.org/licenses/">License</a>
<a class="navbar-item"
href="https://www.apache.org/security/">Security</a>
+ <a class="navbar-item"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a>
<a class="navbar-item"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
<a class="navbar-item"
href="https://www.apache.org/foundation/thanks.html">Thanks</a>
<hr class="navbar-divider"/>