From 0a38410daf7300445dbd69fd98c01c29f19c21a9 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 17 Dec 2024 16:24:35 +0100
Subject: [PATCH] readme: Fix website links (#433)

---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 01a19494..406373aa 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Install with your favorite package manager. See below the [packaging status para
 
 ### Pipx
 
-If you want a more recent version [install with pipx](https://silkaj.duniter.org/install/):
+If you want a more recent version [install with pipx](https://silkaj.duniter.org/latest/install/):
 
 ```bash
 sudo apt install pipx
@@ -36,12 +36,12 @@ pipx install silkaj
 
 There is two kind of images. One build with `pip` for user purposes, and one using Poetry for developer purposes.
 
-- [Docker images](https://silkaj.duniter.org/docker/)
+- [Docker images](https://silkaj.duniter.org/latest/contributing/container_usage/)
 
 ### For contributing purposes
 
-- [Install the Poetry development environment](https://silkaj.duniter.org/contributing/install_poetry/)
-- Check out the [contributing guidelines](https://silkaj.duniter.org/contributing/)
+- [Install the Poetry development environment](https://silkaj.duniter.org/latest/contributing/install_poetry/)
+- Check out the [contributing guidelines](https://silkaj.duniter.org/latest/contributing/)
 
 ## Usage
 
@@ -93,7 +93,7 @@ silkaj -ep <hostname>:<port>/<path> <sub-command>
 - Certification emission
 - Membership emission
 - Revocation file handling
-- [DeathReaper: exclusions reports on Discourse forums](https://silkaj.duniter.org/usage/deathreaper/)
+- [DeathReaper: exclusions reports on Discourse forums](https://silkaj.duniter.org/latest/usage/deathreaper/)
 
 ### Authentication
 
@@ -106,7 +106,7 @@ silkaj -ep <hostname>:<port>/<path> <sub-command>
 
 ## Wrappers
 
-- [Multi-recipients transfers and automation](https://silkaj.duniter.org/usage/multi-recipients_transfers_and_automation)
+- [Multi-recipients transfers and automation](https://silkaj.duniter.org/latest/usage/multi-recipients_transfers_and_automation)
 - [Transaction generator written in Shell](https://gitlab.com/jytou/tgen)
 - [Äž1Cotis](https://git.duniter.org/matograine/g1-cotis)
 - [G1pourboire](https://git.duniter.org/matograine/g1pourboire)
-- 
GitLab