https://docs.sentry.io/product/performance/trace-view/#multiple-roots Change to: https://docs.sentry.io/product/sentry-basics/tracing/trace-view/#multiple-roots
@@ -255,7 +255,7 @@ class TraceDetailsContent extends Component<Props, State> {
} else if (roots > 1) {
warning = (
<Alert type="info" showIcon>
- <ExternalLink href="https://docs.sentry.io/product/performance/trace-view/#multiple-roots">
+ <ExternalLink href="https://docs.sentry.io/product/sentry-basics/tracing/trace-view/#multiple-roots">
{t('Multiple root transactions have been found with this trace ID.')}
</ExternalLink>
</Alert>