diff --git a/README.md b/README.md index fe5035fad89adf98c65391da6961578e876a3a2a..33ec94c5a95737320dcb597f8b0a4a108cd400f7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pip3 install duniterpy --user ## Documentation -[Online official automaticaly generated documentation](https://clients.duniter.io/python/duniterpy/index.html) +[Online official automaticaly generated documentation](https://clients.pages.duniter.org/python/duniterpy/index.html) ## Examples diff --git a/pyproject.toml b/pyproject.toml index d1934a72cc112df293bcc16cc5c3fbd15b7f4179..dde1ba62b459f79d86cc86e1a9b2f33e513395fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" license = "GPL-3.0-or-later" homepage = "" repository = "https://git.duniter.org/clients/python/duniterpy" -documentation = "https://clients.duniter.io/python/duniterpy/index.html" +documentation = "https://clients.pages.duniter.org/python/duniterpy/index.html" urls = { Changelog = "https://git.duniter.org/clients/python/duniterpy/-/blob/main/CHANGELOG.md" } keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "library"] include = ["examples/*.py"]