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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0d47d99  Docs: Fix repo name and url (#54)
0d47d99 is described below

commit 0d47d999e286ebb4c5dfa3193f6b52822e3297be
Author: Manu Zhang <[email protected]>
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