aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2019-07-01 09:41:00 +0200
committerGravatar Christian Hesse <mail@eworm.de>2019-07-01 09:44:50 +0200
commit08ef63ddbd4e02ebe978f48412c03d08ab8fc153 (patch)
treee654b53acccb34e7400c455c7b988de0bc7acde6
parent44dd4231cb03f258104083f3ec841d400e3814fa (diff)
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.
-rw-r--r--check-routeros-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-routeros-update b/check-routeros-update
index 7a57a0e..104567e 100644
--- a/check-routeros-update
+++ b/check-routeros-update
@@ -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;
}