Skip to content

Commit 823da02

Browse files
authored
chore(issue-details): Update learn more link (#84277)
merge after getsentry/sentry-docs#12480 , updates the learn more link to show the updated docs instead of the support page
1 parent a4e5bb3 commit 823da02

File tree

1 file changed

+1
-1
lines changed
  • static/app/views/issueDetails/streamline/header

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/streamline/header/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default function StreamlinedGroupHeader({
141141
size="xs"
142142
external
143143
title={t('Learn more about the new UI')}
144-
href={`https://sentry.zendesk.com/hc/en-us/articles/30882241712795`}
144+
href={`https://docs.sentry.io/product/issues/issue-details/`}
145145
aria-label={t('Learn more about the new UI')}
146146
icon={<IconInfo />}
147147
analyticsEventKey="issue_details.streamline_ui_learn_more"

0 commit comments

Comments
 (0)