fixed links

This commit is contained in:
Zai Shi 2025-03-05 10:26:56 -08:00
parent b973a52cd4
commit 7a3ae7b5d3
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ versions:
- display-name: JavaScript SDK
path: js.yml
slug: js
- display-name: Python SDK
- display-name: Python
path: python.yml
slug: python

View File

@ -6,7 +6,7 @@ subtitle: Getting started with Stack in 5 minutes
{/* IF_PLATFORM: next */}
<Info>
Welcome to the Next.js SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](../../pages-react/getting-started/setup.mdx), or the [JavaScript SDK Setup](../../pages-js/getting-started/setup.mdx).
Welcome to the Next.js SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](/react/getting-started/setup), or the [JavaScript SDK Setup](/js/getting-started/setup).
</Info>
## Setup
@ -161,7 +161,7 @@ Next up, we will show you how to [retrieve and update user information](./users.
{/* ELSE_IF_PLATFORM react */}
<Info>
Welcome to the React SDK setup guide! If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](../../pages-next/getting-started/setup.mdx), or the [JavaScript SDK Setup](../../pages-js/getting-started/setup.mdx).
Welcome to the React SDK setup guide! If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](/next/getting-started/setup), or the [JavaScript SDK Setup](/js/getting-started/setup).
</Info>
Before getting started, make sure you have a [React project](https://react.dev/learn/creating-a-react-app) setup. We show an example here of a Vite React project with React Router.
@ -251,7 +251,7 @@ Before getting started, make sure you have a [React project](https://react.dev/l
{/* ELSE_IF_PLATFORM js */}
<Info>
Welcome to the JavaScript SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](../../pages-react/getting-started/setup.mdx), or the [Next.js SDK Setup](../../pages-next/getting-started/setup.mdx).
Welcome to the JavaScript SDK setup guide. If you're looking for guides for other frameworks, check out the [React SDK Setup](/react/getting-started/setup), or the [Next.js SDK Setup](/next/getting-started/setup).
</Info>
Before getting started, make sure you have a JavaScript project set up (such as Node.js, Vite, or any other JavaScript framework).
@ -391,7 +391,7 @@ Check out the [Users](./users.mdx) to learn how to retrieve and update user info
{/* ELSE_IF_PLATFORM python */}
<Info>
Welcome to the Python setup guide. If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](../../pages-next/getting-started/setup.mdx), [React SDK Setup](../../pages-react/getting-started/setup.mdx), or the [JavaScript SDK Setup](../../pages-js/getting-started/setup.mdx).
Welcome to the Python setup guide. If you're looking for guides for other frameworks, check out the [Next.js SDK Setup](/next/getting-started/setup), [React SDK Setup](/react/getting-started/setup), or the [JavaScript SDK Setup](/js/getting-started/setup).
</Info>
Our recommended way to use Stack Auth with Python is with the [REST API](../rest-api/overview.mdx). It provides a fully documented way to interact with Stack Auth from any Python framework, including Flask, FastAPI, and Django.