This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new c7bba561 docs(bindings/python): fix wrong doc link (#1928)
c7bba561 is described below
commit c7bba5617cfa2bfb8d5de16c37e5b57129543d68
Author: Suyan <[email protected]>
AuthorDate: Wed Apr 12 21:21:38 2023 +0800
docs(bindings/python): fix wrong doc link (#1928)
docs(bindings/python): broken doc link
Signed-off-by: suyanhanx <[email protected]>
---
bindings/python/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml
index 8793c47f..46cf923a 100644
--- a/bindings/python/pyproject.toml
+++ b/bindings/python/pyproject.toml
@@ -44,7 +44,7 @@ docs = ["pdoc"]
test = ["behave"]
[project.urls]
-Documentation = "https://docs.rs/opendal/"
+Documentation = "https://opendal.apache.org/docs/python/opendal.html"
Homepage = "https://opendal.apache.org/"
Repository = "https://github.com/apache/incubator-opendal"