This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new c12ba409 Link to HugeGraph-specific security page from footer (#363)
c12ba409 is described below
commit c12ba4098026205801fccc4f3eaa0f79d3adee16
Author: Arnout Engelen <[email protected]>
AuthorDate: Mon Jun 10 17:17:48 2024 +0200
Link to HugeGraph-specific security page from footer (#363)
Make the project-specific security page more prominent by
linking to it from the website footer.
(also changed some links to https)
---
themes/docsy/layouts/partials/footer.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/themes/docsy/layouts/partials/footer.html
b/themes/docsy/layouts/partials/footer.html
index 4337a6c1..22e0b75a 100644
--- a/themes/docsy/layouts/partials/footer.html
+++ b/themes/docsy/layouts/partials/footer.html
@@ -12,12 +12,12 @@
</div>
</a>
<ul class="footer-link">
- <li><a class="white"
href="http://www.apache.org">Foundation</a></li>
- <li><a class="white"
href="http://www.apache.org/licenses/">License</a></li>
- <li><a class="white"
href="https://www.apache.org/security/">Security</a></li>
- <li><a class="white"
href="http://www.apache.org/events/current-event">Events</a></li>
- <li><a class="white"
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
- <li><a class="white"
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="white"
href="https://www.apache.org">Foundation</a></li>
+ <li><a class="white"
href="https://www.apache.org/licenses/">License</a></li>
+ <li><a class="white"
href="https://hugegraph.apache.org/docs/guides/security">Security</a></li>
+ <li><a class="white"
href="https://www.apache.org/events/current-event">Events</a></li>
+ <li><a class="white"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a class="white"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a class="white"
href="https://privacy.apache.org/policies/privacy-policy-public.html"
target="_blank">Privacy</a></li>
</ul>
</div>