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

fokko pushed a commit to branch pyiceberg-0.5.x
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git

commit f41962ed3db0d4a5200166dd1eed64cc92db389a
Author: Manu Zhang <owenzhang1...@gmail.com>
AuthorDate: Tue Oct 10 04:20:24 2023 +0800

    Docs: Fix repo name and url (#54)
---
 mkdocs/mkdocs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mkdocs/mkdocs.yml b/mkdocs/mkdocs.yml
index 5f35129..90892ac 100644
--- a/mkdocs/mkdocs.yml
+++ b/mkdocs/mkdocs.yml
@@ -17,8 +17,8 @@
 ---
 site_name: PyIceberg
 site_url: https://py.iceberg.apache.org/
-repo_url: "https://github.com/apache/iceberg/tree/master/python";
-repo_name: "apache/iceberg/python"
+repo_url: "https://github.com/apache/iceberg-python";
+repo_name: "apache/iceberg-python"
 
 plugins:
   - gen-files:

Reply via email to