check-routeros-update: link a changelog that opens in browser

The old link was delivered with MIME type 'application/octet-stream',
browsers wanted to download it as file.
This commit is contained in:
Christian Hesse 2019-07-01 09:41:00 +02:00
parent 44dd4231cb
commit 08ef63ddbd

View file

@ -79,6 +79,6 @@
"Channel: " . $Channel . "\n" . \
"Installed: " . $InstalledVersion . "\n" . \
"Available: " . $LatestVersion . "\n\n" .\
"https://upgrade.mikrotik.com/routeros/" . $LatestVersion . "/CHANGELOG");
"https://mikrotik.com/download/changelogs/" . $Channel . "-release-tree");
:set SentRouterosUpdateNotification $LatestVersion;
}