From 1c75a6b9c9b0c684afd60c7642f554af5dfa6968 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 2 Jul 2023 15:13:58 +0200 Subject: [PATCH] Fix documentation link Due to Domain change of GitLab pages --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe5035f..33ec94c 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 d1934a7..dde1ba6 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"] -- GitLab