From 896dba26549ff8b819c40620abfc2c1da920ae2e Mon Sep 17 00:00:00 2001 From: Adrien Morais Date: Fri, 17 Apr 2020 09:27:21 +0200 Subject: [PATCH] fix(upgrade): use the final URL for the release notes --- www/install/step_upgrade/step3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/install/step_upgrade/step3.php b/www/install/step_upgrade/step3.php index 41ce1722983..3209732757c 100644 --- a/www/install/step_upgrade/step3.php +++ b/www/install/step_upgrade/step3.php @@ -76,7 +76,7 @@ $majors = preg_match('/^(\d+\.\d+)/', $next, $matches); -$releaseNoteLink = "https://documentation.centreon.com/" . $matches[1] . '/en/releases/centreon-core.md'; +$releaseNoteLink = "https://documentation.centreon.com/" . $matches[1] . '/en/releases/centreon-core.html'; $title = _('Release notes');