From 7d19f796edd46cdd4f2a77a5c1f21d635d3e0241 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 17 Dec 2024 16:24:03 +0100
Subject: [PATCH] Move install_pipx.md to install.md (#433)

---
 README.md                            | 2 +-
 docs/blog/posts/v0.11.0.md           | 2 +-
 docs/blog/posts/v0.11.0rc0.md        | 4 ++--
 docs/{install_pipx.md => install.md} | 0
 mkdocs.yml                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
 rename docs/{install_pipx.md => install.md} (100%)

diff --git a/README.md b/README.md
index 13fe3001..33aefbda 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_pipx/):
+If you want a more recent version [install with pipx](https://silkaj.duniter.org/install/):
 
 ```bash
 sudo apt install pipx
diff --git a/docs/blog/posts/v0.11.0.md b/docs/blog/posts/v0.11.0.md
index 0415f2f3..dfff2057 100644
--- a/docs/blog/posts/v0.11.0.md
+++ b/docs/blog/posts/v0.11.0.md
@@ -43,7 +43,7 @@ sudo apt install pipx libsodium23
 pipx install silkaj
 ```
 
-For a comprehensive documentation, check [how to install with pipx](/install_pipx).
+For a comprehensive documentation, check the [installation documentation](/install).
 
 ## New CLI design
 
diff --git a/docs/blog/posts/v0.11.0rc0.md b/docs/blog/posts/v0.11.0rc0.md
index baa38d5b..f0a10822 100644
--- a/docs/blog/posts/v0.11.0rc0.md
+++ b/docs/blog/posts/v0.11.0rc0.md
@@ -22,7 +22,7 @@ It is planned to be the latest release with Duniter v1/BMA support and the relea
 You can install this pre-release version from PyPI or from a Docker image.
 To install the Python package, run following command:
 
-Install `pipx` from the [pipx installation documentation](/install_pipx):
+Install `pipx` from the [installation documentation](/install):
 
 ```bash
 sudo apt install pipx
@@ -51,7 +51,7 @@ Make sure you test it on Äž1-Test network to avoid a revocation or any money los
 
 ## Pipx installation
 
-Test that the newly introduced [`pipx` method installation documentation](/install_pipx) works fine in your case, with your particular Unix system.
+Test that the newly introduced [`pipx` method installation documentation](/install) works fine in your case, with your particular Unix system.
 Tell us how can the documentation be improved, if a non-obvious step for you is missing or if a necessary package isn't listed for Silkaj to work on your system.
 
 ## New CLI design
diff --git a/docs/install_pipx.md b/docs/install.md
similarity index 100%
rename from docs/install_pipx.md
rename to docs/install.md
diff --git a/mkdocs.yml b/mkdocs.yml
index 44ce3acc..bb2f2ff5 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -47,7 +47,7 @@ markdown_extensions:
       permalink: true
 nav:
   - index.md
-  - Installation: install_pipx.md
+  - Installation: install.md
   - Usage:
     - how-to_automate_transactions_and_multi-output.md
     - DeathReaper: deathreaper.md
-- 
GitLab