From 3a0aa3f47c3082d7c3456cdc893d04091fff24d4 Mon Sep 17 00:00:00 2001 From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:43:41 -0800 Subject: [PATCH] fix(docs): fix 404 lint error --- docs/api/auth.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/auth.mdx b/docs/api/auth.mdx index da82b932a238f..952be7377a0b0 100644 --- a/docs/api/auth.mdx +++ b/docs/api/auth.mdx @@ -25,7 +25,7 @@ You can create authentication tokens within Sentry by [creating an internal inte Some API endpoints require an authentication token that's associated with your user account, rather than an authentication token from an internal integration. These auth tokens can be created within Sentry on the "User settings" page (**User settings > User Auth Tokens**) and assigned specific scopes. -The endpoints that require a user authentication token are specific to your user, such as [List Your Organizations](/api/organizations/list-your-organizations/). +The endpoints that require a user authentication token are specific to your user, such as [Retrieve an Organization](/api/organizations/retrieve-an-organization/). ## DSN Authentication