[DOCs][Fixed] Changelog link

This commit is contained in:
Salvador E. Tropea 2022-12-16 10:14:57 -03:00
parent ad009910bb
commit 9616002dce
2 changed files with 2 additions and 2 deletions

View File

@ -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**:

View File

@ -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
{