navbar_alerts: Fix download link.

Fix this download link to not be a 404.
This commit is contained in:
Alex Vandiver
2025-10-21 20:35:29 +00:00
committed by Tim Abbott
parent cdf5ff7acd
commit bb5dc82ce6

View File

@@ -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", () => {