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

okumin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/main by this push:
     new eb28f77  HIVE-29379: Handle Website Checks violations (#86)
eb28f77 is described below

commit eb28f7756369f109c88c1de8681a1e9a928b9d05
Author: Shohei Okumiya <[email protected]>
AuthorDate: Fri Dec 19 15:56:01 2025 +0900

    HIVE-29379: Handle Website Checks violations (#86)
---
 themes/hive/layouts/partials/footer.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/hive/layouts/partials/footer.html 
b/themes/hive/layouts/partials/footer.html
index 0e3f315..2c05848 100644
--- a/themes/hive/layouts/partials/footer.html
+++ b/themes/hive/layouts/partials/footer.html
@@ -36,9 +36,9 @@
                 If you discover any
                 <a href="{{ .Site.Params.apache.security }}">security</a> 
vulnerabilities, please
                 report them privately. Finally,
-                <a href="{{ .Site.Params.apache.sponsors }}">thanks
+                <a href="{{ .Site.Params.apache.thanks }}">thanks
                 </a> to the sponsors who
-                <a href="{{ .Site.Params.apache.donate }}">
+                <a href="{{ .Site.Params.apache.sponsors }}">
                     donate</a> to the Apache Foundation.
             </p>
         </div>

Reply via email to