From 0c9106b984bb6c49a25d0c054753aba818c0c427 Mon Sep 17 00:00:00 2001 From: Gianluca Ficarelli <26835404+GianlucaFicarelli@users.noreply.github.com> Date: Wed, 1 May 2024 14:12:08 +0200 Subject: [PATCH] Fix link to the example configuration in the documentation (#41) --- CHANGELOG.rst | 9 +++++++++ doc/source/migration/0.9.0.rst | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c42116..9afb844 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 0.10.1 +-------------- + +Bug Fixes +~~~~~~~~~ + +- Fix link to the example configuration in the documentation. + + Version 0.10.0 -------------- diff --git a/doc/source/migration/0.9.0.rst b/doc/source/migration/0.9.0.rst index 7f46e99..c52d188 100644 --- a/doc/source/migration/0.9.0.rst +++ b/doc/source/migration/0.9.0.rst @@ -29,4 +29,4 @@ then it should be replaced with:: You can see an example of configuration in the new format here: -- https://github.com/BlueBrain/blueetl/blob/blueetl-v0.9.0/tests/functional/data/sonata/config/analysis_config_01.yaml +- https://github.com/BlueBrain/blueetl/blob/v0.9.0/tests/functional/data/sonata/config/analysis_config_01.yaml