Fix broken links

This commit is contained in:
Konstantin Wohlwend 2025-03-04 19:56:57 -08:00
parent bb8e28a275
commit 421f5156ba
2 changed files with 5 additions and 1 deletions

View File

@ -156,7 +156,7 @@ After signing up/in, you will be redirected back to the home page. We will show
## Next steps
Next up, we will show you how to [retrieve and update user information](./users.mdx), and how to [protect a page](../concepts/backend-integration.mdx) from unauthorized access.
Next up, we will show you how to [retrieve and update user information](./users.mdx), and how to [protect a page](./users.mdx#protecting-a-page) from unauthorized access.
{/* ELSE_IF_PLATFORM react */}

View File

@ -25,7 +25,11 @@ 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. |
{/* IF_PLATFORM python */}
To see how to use these headers in various programming languages, see the [Getting Started guide](./../getting-started/setup.mdx).
{/* ELSE_IF_PLATFORM js-like */}
To see how to use these headers in various programming languages, see the [examples](./../concepts/backend-integration.mdx).
{/* END_IF_PLATFORM */}
## FAQ