Skip to content

Commit

Permalink
fix(cache): update docs link (#70475)
Browse files Browse the repository at this point in the history
The link to the docs will be plural
  • Loading branch information
DominikB2014 authored May 7, 2024
1 parent 7ea571e commit 2489a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function HighestCacheMissRateTransactionsWidgetEmptyStateWarning() {
'Transactions may be missing due to the filters above, a low sampling rate, or an error with instrumentation. Please see the [link] for more information.',
{
link: (
<ExternalLink href="https://docs.sentry.io/product/performance/cache/">
<ExternalLink href="https://docs.sentry.io/product/performance/caches/">
{t('Cache module documentation')}
</ExternalLink>
),
Expand Down

0 comments on commit 2489a4a

Please sign in to comment.