This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 22066a115bc Add privacy (#1377)
22066a115bc is described below
commit 22066a115bce770eb1e72852a3dddf01c284806e
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Aug 12 16:08:02 2022 +0800
Add privacy (#1377)
* Add privacy
* use https
---
layouts/partials/footer.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 2c731737af2..d95716fdaea 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -32,12 +32,13 @@
<div class="text-center" id="my-footer">
<img style="float:left;" src="/imgs/apache_logo.png"/>
<ul>
- <li><a href="http://www.apache.org">Foundation</a></li>
- <li><a href="http://www.apache.org/licenses/">License</a></li>
+ <li><a href="https://www.apache.org">Foundation</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="http://www.apache.org/events/current-event">Events</a></li>
- <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
- <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a href="https://www.apache.org/events/current-event">Events</a></li>
+ <li><a
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
+ <li><a
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
</ul>
</div>
</div>