diff --git a/README.md b/README.md index 13fe30010388d846d284c2035af229e399ab34dc..33aefbda57cc3b01b456d122f0342bda14f93b74 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 0415f2f335f0386d6a86cb19b6418af77f8e3517..dfff2057c591ed4480b3c4f6e67a1730725c1029 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 baa38d5b9603e495c6a5afc09ba935a4e87a6b1e..f0a108222f35f368b18a4fade3ad06c799ee5f82 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 44ce3acc5304da0e3d343556d34d184837a2cc87..bb2f2ff5e0bd5e6026925dfc6277398fa91ca5a5 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