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

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 9a8466c95c Site: Fix Footer Link (#12478)
9a8466c95c is described below

commit 9a8466c95c323eba7c427cafb44a6c91a81d4bf4
Author: Russell Spitzer <[email protected]>
AuthorDate: Fri Mar 7 15:21:54 2025 -0600

    Site: Fix Footer Link (#12478)
---
 site/overrides/partials/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/overrides/partials/footer.html 
b/site/overrides/partials/footer.html
index 974d599c77..203c3ad89d 100644
--- a/site/overrides/partials/footer.html
+++ b/site/overrides/partials/footer.html
@@ -37,7 +37,7 @@
           </li>
           <li><a href="/docs/latest/">Compute Engine Integrations</a></li>
           <li>
-            <a href="/concepts/catalog/#decoupling-using-the-rest-catalog"
+            <a href="/terms/#decoupling-using-the-rest-catalog"
               >REST Catalog</a
             >
           </li>

Reply via email to