Skip to content

Commit f537763

Browse files
ref(docs): Fix link to docs in projectUserFeedback (#26170)
1 parent 22ebd10 commit f537763

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

static/app/views/settings/project/projectUserFeedback.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,7 @@ class ProjectUserFeedbackSettings extends AsyncView<Props> {
8282
<ButtonList>
8383
<Button
8484
external
85-
href={
86-
this.state.project.platform
87-
? `https://docs.sentry.io/platforms/${this.state.project.platform}/enriching-events/user-feedback/`
88-
: 'https://docs.sentry.io/platform-redirect/?next=%2Fenriching-events%2Fuser-feedback'
89-
}
85+
href={`https://docs.sentry.io/platform-redirect/?next=/enriching-events/user-feedback/&platform=${this.state.project.platform}`}
9086
>
9187
{t('Read the docs')}
9288
</Button>

0 commit comments

Comments
 (0)