From 34fd00b0a8c63971e12f8ca2d85abe8121fda93b Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 30 Jun 2023 18:10:59 +0200
Subject: [PATCH] doc: Fix new link to DuniterPy doc

GitLab Pages
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index feca6fef..4aeb38e4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,7 +46,7 @@ poetry add ../duniterpy
 Silkaj is using Python modules which shape kind of a framework.
 Please read their documentations on how to use them the best possible.
 
-- [DuniterPy](https://clients.duniter.io/python/duniterpy/index.html): Autogenerated documentation.
+- [DuniterPy](https://clients.pages.duniter.org/python/duniterpy/index.html): Autogenerated documentation.
   - Feel free to contribute upstream to share the code with other Python programs
 - [Click](https://click.palletsprojects.com/#documentation)
 - [Pendulum](https://pendulum.eustace.io/docs/)
-- 
GitLab