This is an automated email from the ASF dual-hosted git repository.
singhpk234 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 58d8fd742f Docs: fix iceberg-cpp website link (#15177)
58d8fd742f is described below
commit 58d8fd742f23d41d99a8b4885924a102cc936789
Author: Junwang Zhao <[email protected]>
AuthorDate: Thu Jan 29 23:38:41 2026 +0800
Docs: fix iceberg-cpp website link (#15177)
---
site/mkdocs-dev.yml | 2 +-
site/nav.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/mkdocs-dev.yml b/site/mkdocs-dev.yml
index acb8f3a7ce..ce521e5cc5 100644
--- a/site/mkdocs-dev.yml
+++ b/site/mkdocs-dev.yml
@@ -34,7 +34,7 @@ nav:
- Python: https://py.iceberg.apache.org/
- Rust: https://rust.iceberg.apache.org/
- Go: https://go.iceberg.apache.org/
- - C++: https://github.com/apache/iceberg-cpp/
+ - C++: https://cpp.iceberg.apache.org/
- Third-party:
- Catalogs:
- Apache Gravitino: https://gravitino.apache.org/
diff --git a/site/nav.yml b/site/nav.yml
index 47d81e8c71..f521769b3f 100644
--- a/site/nav.yml
+++ b/site/nav.yml
@@ -48,7 +48,7 @@ nav:
- Python: https://py.iceberg.apache.org/
- Rust: https://rust.iceberg.apache.org/
- Go: https://go.iceberg.apache.org/
- - C++: https://github.com/apache/iceberg-cpp/
+ - C++: https://cpp.iceberg.apache.org/
- Third-party:
- Catalogs:
- Apache Gravitino: https://gravitino.apache.org/