Skip to content

Commit 141ce4e

Browse files
authored
fix(toolbar): Update links to the Sentry Toolbar docs (#86120)
The path was renamed in getsentry/sentry-docs#12845
1 parent 6faf0ae commit 141ce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function ProjectToolbarSettings({
7878
<SettingsPageHeader
7979
title={t('Dev Toolbar')}
8080
action={
81-
<LinkButton href="https://docs.sentry.io/product/dev-toolbar/" external>
81+
<LinkButton href="https://docs.sentry.io/product/sentry-toolbar/" external>
8282
{t('Read the Docs')}
8383
</LinkButton>
8484
}

0 commit comments

Comments
 (0)