Skip to content

Commit

Permalink
ServerCompatBanner: Have kServerSupportDocUrl point to latest, not st…
Browse files Browse the repository at this point in the history
…able

As Greg points out:

> Fundamentally this is information that isn't tied to a Zulip
> Server release (not a *current* one, anyway), so the most relevant
> version of it is just whatever is the latest we've merged.
  • Loading branch information
chrisbobbe authored and gnprice committed Mar 13, 2023
1 parent 00f843e commit bff45c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/ServerCompatBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Role } from '../api/permissionsTypes';
// TODO: Instead, link to new Help Center doc once we have it:
// https://github.com/zulip/zulip/issues/23842
export const kServerSupportDocUrl: URL = new URL(
'https://zulip.readthedocs.io/en/stable/overview/release-lifecycle.html#compatibility-and-upgrading',
'https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html#compatibility-and-upgrading',
);

/**
Expand Down

0 comments on commit bff45c9

Please sign in to comment.