We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22ebd10 commit f537763Copy full SHA for f537763
static/app/views/settings/project/projectUserFeedback.tsx
@@ -82,11 +82,7 @@ class ProjectUserFeedbackSettings extends AsyncView<Props> {
82
<ButtonList>
83
<Button
84
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
- }
+ href={`https://docs.sentry.io/platform-redirect/?next=/enriching-events/user-feedback/&platform=${this.state.project.platform}`}
90
>
91
{t('Read the docs')}
92
</Button>
0 commit comments