Skip to content

Commit

Permalink
ServerCompatBanner [nfc]: Add TODO to link to more user-friendly doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe authored and gnprice committed Jan 25, 2023
1 parent 9a46e13 commit 04ef0f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/ServerCompatBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ export default function ServerCompatBanner(props: Props): Node {
label: 'Learn more',
onPress: () => {
openLinkWithUserPreference(
// TODO: Instead, link to new Help Center doc once we have it:
// https://github.com/zulip/zulip/issues/23842
'https://zulip.readthedocs.io/en/stable/overview/release-lifecycle.html#compatibility-and-upgrading',
settings,
);
Expand Down

0 comments on commit 04ef0f3

Please sign in to comment.