mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
navbar_alerts: Fix download link.
Fix this download link to not be a 404.
(cherry picked from commit bb5dc82ce6
)
This commit is contained in:
@@ -522,7 +522,7 @@ export function initialize(): void {
|
||||
});
|
||||
|
||||
$("#navbar_alerts_wrapper").on("click", ".download-latest-zulip-version", () => {
|
||||
window.open("https://zulip.com/download", "_blank", "noopener,noreferrer");
|
||||
window.open("https://zulip.com/apps/", "_blank", "noopener,noreferrer");
|
||||
});
|
||||
|
||||
$("#navbar_alerts_wrapper").on("click", ".edit-profile-required-fields", () => {
|
||||
|
Reference in New Issue
Block a user