diff --git a/src/common/ServerCompatBanner.js b/src/common/ServerCompatBanner.js index 2e86222826a..52e7bb464f0 100644 --- a/src/common/ServerCompatBanner.js +++ b/src/common/ServerCompatBanner.js @@ -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, );