diff --git a/README.md b/README.md index 271c832a..fad538aa 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![PyPI version](https://img.shields.io/pypi/v/kibot?style=plastic)](https://pypi.org/project/kibot/) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg?style=plastic)](https://www.paypal.com/donate/?hosted_button_id=K2T86GDTTMRPL) -# **This is the documentation for the current development KiBot, not yet released. To know what changed see the [changelog][CHANGELOG.md]** +# **This is the documentation for the current development KiBot, not yet released. To know what changed see the [changelog](CHANGELOG.md)** **Important for CI/CD**: diff --git a/docs/replace_tags.pl b/docs/replace_tags.pl index d72f44c4..dbe46f8c 100644 --- a/docs/replace_tags.pl +++ b/docs/replace_tags.pl @@ -13,7 +13,7 @@ $branch=`git rev-parse --abbrev-ref HEAD`; chomp($branch); if ($branch ne "master") { - $doc_id="# **This is the documentation for the current development KiBot, not yet released. To know what changed see the [changelog][CHANGELOG.md]**\n"; + $doc_id="# **This is the documentation for the current development KiBot, not yet released. To know what changed see the [changelog](CHANGELOG.md)**\n"; } else {