This commit is contained in:
Rodolfo Berrios 2021-12-04 12:26:38 -03:00
parent b36f094edd
commit d2dad1fd1c
No known key found for this signature in database
GPG Key ID: 3918A8F6B56606B3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ $route = function ($handler) {
$route_menu['upgrade'] = [
'label' => '<span class="btn-icon icon-star4 color-yellow"></span> <b>Upgrade</b>',
'id' => 'upgrade',
'url' => 'https://github.com/rodber/chevereto-free/blob/master/UPGRADING.md',
'url' => 'https://chevereto-free.github.io/get-started/upgrading.html',
];
$handler::setVar('documentationBaseUrl', 'https://chevereto-free.github.io/');
$handler::setVar($route_prefix . '_menu', $route_menu);