Skip to content

Commit bff45c9

Browse files
chrisbobbegnprice
authored andcommitted
ServerCompatBanner: Have kServerSupportDocUrl point to latest, not stable
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.
1 parent 00f843e commit bff45c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/ServerCompatBanner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { Role } from '../api/permissionsTypes';
1919
// TODO: Instead, link to new Help Center doc once we have it:
2020
// https://github.com/zulip/zulip/issues/23842
2121
export const kServerSupportDocUrl: URL = new URL(
22-
'https://zulip.readthedocs.io/en/stable/overview/release-lifecycle.html#compatibility-and-upgrading',
22+
'https://zulip.readthedocs.io/en/latest/overview/release-lifecycle.html#compatibility-and-upgrading',
2323
);
2424

2525
/**

0 commit comments

Comments
 (0)