[DOCs][Fixed] Changelog link
This commit is contained in:
parent
ad009910bb
commit
9616002dce
|
|
@ -7,7 +7,7 @@
|
|||
[](https://pypi.org/project/kibot/)
|
||||
[](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**:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue