diff --git a/docs/fern/docs/pages/rest-api/auth.mdx b/docs/fern/docs/pages/rest-api/auth.mdx index aa0efcc72..38c9352a0 100644 --- a/docs/fern/docs/pages/rest-api/auth.mdx +++ b/docs/fern/docs/pages/rest-api/auth.mdx @@ -26,7 +26,7 @@ curl https://api.stack-auth.com/api/v1/ \ | `X-Stack-Secret-Server-Key` | string | Required for server access. The API key as found on the Stack dashboard. | | `X-Stack-Access-Token` | string | Optional. The access token for the current user. If not given, the request is considered to be logged out. | -To see how to use these headers in various programming languages, see the [examples](./server-examples). +To see how to use these headers in various programming languages, see the [examples](./examples.mdx). ## FAQ