You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/14 04:04:05 UTC

[incubator-kyuubi-website] branch master updated: Fix Privacy Policy link

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 14d5440  Fix Privacy Policy link
14d5440 is described below

commit 14d5440608c715c5a4ddb0cc03793d27f7fc2eaf
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Wed Sep 14 12:03:56 2022 +0800

    Fix Privacy Policy link
---
 layouts/partials/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 784e39b..12f8efd 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -37,7 +37,7 @@
       <div class="footerBlock"></div>
       <div class="footerCopyRightContent">
         <span>{{ replace .Site.Copyright "{year}" now.Year }} The Apache Software Foundation</span>
-        <a class="fgooterPrivacy" href="/privacy_policy.html">Privacy policy</a>
+        <a class="fgooterPrivacy" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a>
       </div>
     </div>
   </div>