Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deployment and auth links to align with Next.js App Router #71589

Merged
merged 7 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/active-class-name/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ yarn create next-app --example active-class-name active-class-name-app
pnpm create next-app --example active-class-name active-class-name-app
```

Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/app/building-your-application/deploying)).
2 changes: 1 addition & 1 deletion examples/app-dir-i18n-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ yarn create next-app --example app-dir-i18n-routing i18n-app
pnpm create next-app --example app-dir-i18n-routing i18n-app
```

Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/app/building-your-application/deploying)).
2 changes: 1 addition & 1 deletion examples/auth-with-stytch/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Stytch with Next.js

You can follow the guide on the [Stytch documentation](https://stytch.com/docs/sdks/javascript-sdk/installation).
You can follow the guide on the [Stytch documentation](https://stytch.com/docs/sdks/resources/nextjs).
Loading