Skip to content
Snippets Groups Projects
Commit f18c951a authored by Moul's avatar Moul
Browse files

blog: Fix links (#433)

parent 68248e76
No related branches found
No related tags found
1 merge request!271Set up new website structure with MkDocs (#433)
...@@ -11,7 +11,7 @@ categories: ...@@ -11,7 +11,7 @@ categories:
Silkaj team is pleased to announce the stable release of Silkaj version 0.10.0 Silkaj team is pleased to announce the stable release of Silkaj version 0.10.0
The most important changes are highlighted in this article, if you are looking for a comprehensive list of changes, check out the [changelog](CHANGELOG.md). The most important changes are highlighted in this article, if you are looking for a comprehensive list of changes, check out the changelog.
## Introduction ## Introduction
...@@ -104,7 +104,7 @@ If you missed DeathReaper crowdfunding completion, you can check this [message]( ...@@ -104,7 +104,7 @@ If you missed DeathReaper crowdfunding completion, you can check this [message](
The automated generation of Silkaj Docker images has been implemented in the first place to distribute DeathReaper. The automated generation of Silkaj Docker images has been implemented in the first place to distribute DeathReaper.
This is a new way to install Silkaj and its environment. This is convenient to distribute non-stable releases. This is a new way to install Silkaj and its environment. This is convenient to distribute non-stable releases.
You can find the [documentation on how to use these images](doc/docker.md). You can find the [documentation on how to use these images](/docker).
## Network ## Network
......
...@@ -24,7 +24,7 @@ To install the Python package, run following command: ...@@ -24,7 +24,7 @@ To install the Python package, run following command:
pip3 install silkaj --user --upgrade --pre pip3 install silkaj --user --upgrade --pre
``` ```
To [install and run Silkaj from the Docker image](doc/docker.md): To [install and run Silkaj from the Docker image](/docker):
```bash ```bash
sudo docker pull registry.duniter.org/clients/python/silkaj/release/pip:v0.10.0rc0 sudo docker pull registry.duniter.org/clients/python/silkaj/release/pip:v0.10.0rc0
......
...@@ -11,7 +11,7 @@ categories: ...@@ -11,7 +11,7 @@ categories:
Silkaj team is pleased to announce the stable release of Silkaj version 0.11.0 Silkaj team is pleased to announce the stable release of Silkaj version 0.11.0
The most important changes are highlighted in this article, if you are looking for a comprehensive list of changes, check out the [changelog](CHANGELOG.md). The most important changes are highlighted in this article, if you are looking for a comprehensive list of changes, check out the changelog.
## Introduction ## Introduction
...@@ -43,7 +43,7 @@ sudo apt install pipx libsodium23 ...@@ -43,7 +43,7 @@ sudo apt install pipx libsodium23
pipx install silkaj pipx install silkaj
``` ```
For a comprehensive documentation, check [how to install with pipx](doc/install_pipx.md). For a comprehensive documentation, check [how to install with pipx](/install_pipx).
## New CLI design ## New CLI design
......
...@@ -22,14 +22,14 @@ It is planned to be the latest release with Duniter v1/BMA support and the relea ...@@ -22,14 +22,14 @@ 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. You can install this pre-release version from PyPI or from a Docker image.
To install the Python package, run following command: To install the Python package, run following command:
Install `pipx` from the [pipx installation documentation](doc/install_pipx.md): Install `pipx` from the [pipx installation documentation](/install_pipx):
```bash ```bash
sudo apt install pipx sudo apt install pipx
pipx install --pip-args "\--pre" silkaj pipx install --pip-args "\--pre" silkaj
``` ```
To [install and run Silkaj from the Docker image](doc/docker.md): To [install and run Silkaj from the Docker image](/docker):
```bash ```bash
sudo docker pull registry.duniter.org/clients/python/silkaj/release/pip:v0.11.0rc0 sudo docker pull registry.duniter.org/clients/python/silkaj/release/pip:v0.11.0rc0
...@@ -43,7 +43,7 @@ sudo docker run -it registry.duniter.org/clients/python/silkaj/release/pip:v0.11 ...@@ -43,7 +43,7 @@ sudo docker run -it registry.duniter.org/clients/python/silkaj/release/pip:v0.11
## Tests ## Tests
Please check [v0.11.0 milestone short summary](https://git.duniter.org/clients/python/silkaj/-/milestones/15) as well as the [changelog](CHANGELOG.md) containing the changes which did happen during this development cycle. Please check [v0.11.0 milestone short summary](https://git.duniter.org/clients/python/silkaj/-/milestones/15) as well as the changelog containing the changes which did happen during this development cycle.
Structural changes were made, so please check Silkaj is still working in its entirety. Structural changes were made, so please check Silkaj is still working in its entirety.
Manual tests help us making sure everything works fine in different cases. Manual tests help us making sure everything works fine in different cases.
...@@ -51,7 +51,7 @@ Make sure you test it on Ğ1-Test network to avoid a revocation or any money los ...@@ -51,7 +51,7 @@ Make sure you test it on Ğ1-Test network to avoid a revocation or any money los
## Pipx installation ## Pipx installation
Test that the newly introduced [`pipx` method installation documentation](doc/install_pipx.md) works fine in your case, with your particular Unix system. Test that the newly introduced [`pipx` method installation documentation](/install_pipx) 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. 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 ## New CLI design
......
...@@ -13,7 +13,7 @@ categories: ...@@ -13,7 +13,7 @@ categories:
The Silkaj team is pleased to announce the release of Silkaj 0.8.0. A new team member joined us at the beginning of this development cycle: Matograine. We highly appreciate his commitment, his improvements of the transaction code and his work on the checksum. The Silkaj team is pleased to announce the release of Silkaj 0.8.0. A new team member joined us at the beginning of this development cycle: Matograine. We highly appreciate his commitment, his improvements of the transaction code and his work on the checksum.
This release comes along with a number of new features and improvements. This release comes along with a number of new features and improvements.
The most important of them are highlighted in this article, if you are looking for a comprehensive list of changes, check out the [changelog](https://git.duniter.org/clients/python/silkaj/blob/main/CHANGELOG.md). The most important of them are highlighted in this article, if you are looking for a comprehensive list of changes, check out the changelog.
<!-- more --> <!-- more -->
...@@ -209,7 +209,7 @@ We migrated the packaging and the dependency management tool from Pipenv to Poet ...@@ -209,7 +209,7 @@ We migrated the packaging and the dependency management tool from Pipenv to Poet
In comparison, [Poetry](https://python-poetry.org/) is a well thought and stable tool which has been released by the end of 2019. In the former development environment, we had to define the dependencies twice in the `requirements.txt`, `setup.{py,cfg}`, `Pipenv` files. Poetry, however, supports the `pyproject.toml` file standardized by the Python project and is able to define the dependencies at once. In comparison, [Poetry](https://python-poetry.org/) is a well thought and stable tool which has been released by the end of 2019. In the former development environment, we had to define the dependencies twice in the `requirements.txt`, `setup.{py,cfg}`, `Pipenv` files. Poetry, however, supports the `pyproject.toml` file standardized by the Python project and is able to define the dependencies at once.
If you would like to install Silkaj for development purposes, please follow [this tutorial](https://git.duniter.org/clients/python/silkaj/-/blob/main/doc/install_poetry.md). You may also interested by checking the newly introduced [contribution process documentation `CONTRIBUTING.md`](https://git.duniter.org/clients/python/silkaj/-/blob/main/CONTRIBUTING.md). If you would like to install Silkaj for development purposes, please follow [this tutorial](/install_poetry/). You may also interested by checking the newly introduced contribution process documentation `CONTRIBUTING.md`.
### B. Automatic container generation ### B. Automatic container generation
......
...@@ -21,7 +21,7 @@ To install this pre-release version from PyPI, use this command: ...@@ -21,7 +21,7 @@ To install this pre-release version from PyPI, use this command:
pip3 install silkaj --user --upgrade --pre pip3 install silkaj --user --upgrade --pre
``` ```
Please test it globally, and check [the changelog](https://git.duniter.org/clients/python/silkaj/-/blob/main/CHANGELOG.md#v090rc-24th-march-2021) which contains the changes which happen during this development cycle. Please test it globally, and check the changelog which contains the changes which happen during this development cycle.
Pay a special attention to the transaction part where a part of the algorithm changed. Pay a special attention to the transaction part where a part of the algorithm changed.
There are new options on following commands: There are new options on following commands:
......
...@@ -12,7 +12,7 @@ categories: ...@@ -12,7 +12,7 @@ categories:
## Introduction ## Introduction
The Silkaj team is pleased to announce the release of Silkaj 0.9.0. The Silkaj team is pleased to announce the release of Silkaj 0.9.0.
The most important changes are highlighted in this article, if you are looking for a comprehensive list of changes, check out the [changelog](https://git.duniter.org/clients/python/silkaj/blob/main/CHANGELOG.md). The most important changes are highlighted in this article, if you are looking for a comprehensive list of changes, check out the changelog.
<!-- more --> <!-- more -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment