Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(upgrade): use the final URL for the release notes (#8620)
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed Apr 17, 2020
1 parent 4ef2950 commit 3d85d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/install/step_upgrade/step3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit 3d85d99

Please sign in to comment.