Skip to content

Commit

Permalink
fix(ui): Make read the docs link external in legacy feedback (#77874)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Sep 20, 2024
1 parent 89de409 commit b541276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/app/views/settings/projectUserFeedback/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ProjectUserFeedback({organization, project, params: {projectId}}: Props
title={t('User Feedback')}
action={
<ButtonList>
<LinkButton href="https://docs.sentry.io/product/user-feedback/">
<LinkButton href="https://docs.sentry.io/product/user-feedback/" external>
{t('Read the Docs')}
</LinkButton>
<Button priority="primary" onClick={handleClick}>
Expand Down

0 comments on commit b541276

Please sign in to comment.