Skip to content

Commit

Permalink
Merge pull request #841 from supertokens/fix/nextjs-broken-links
Browse files Browse the repository at this point in the history
Fix nextjs next step links
  • Loading branch information
rishabhpoddar authored Sep 11, 2024
2 parents 79dd7d0 + 47261ac commit e944759
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions v2/emailpassword/nextjs/app-directory/next-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import {Question, Answer}from "/src/components/question"
<Answer title="Yes">

You need to now setup an instance of the SuperTokens core for your app (that your backend should connect to). You have two options:
- [Managed service](../quick-setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../quick-setup/core/with-docker) or [Without Docker](../quick-setup/core/without-docker))
- [Managed service](../../pre-built-ui/setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../../pre-built-ui/setup/core/with-docker) or [Without Docker](../../pre-built-ui/setup/core/without-docker))

</Answer>
<Answer title="No">
Expand Down
4 changes: 2 additions & 2 deletions v2/passwordless/nextjs/app-directory/next-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import {Question, Answer}from "/src/components/question"
<Answer title="Yes">

You need to now setup an instance of the SuperTokens core for your app (that your backend should connect to). You have two options:
- [Managed service](../quick-setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../quick-setup/core/with-docker) or [Without Docker](../quick-setup/core/without-docker))
- [Managed service](../../pre-built-ui/setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../../pre-built-ui/setup/core/with-docker) or [Without Docker](../../pre-built-ui/setup/core/without-docker))

</Answer>
<Answer title="No">
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdparty/nextjs/app-directory/next-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import {Question, Answer}from "/src/components/question"
<Answer title="Yes">

You need to now setup an instance of the SuperTokens core for your app (that your backend should connect to). You have two options:
- [Managed service](../quick-setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../quick-setup/core/with-docker) or [Without Docker](../quick-setup/core/without-docker))
- [Managed service](../../pre-built-ui/setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../../pre-built-ui/setup/core/with-docker) or [Without Docker](../../pre-built-ui/setup/core/without-docker))

</Answer>
<Answer title="No">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import {Question, Answer}from "/src/components/question"
<Answer title="Yes">

You need to now setup an instance of the SuperTokens core for your app (that your backend should connect to). You have two options:
- [Managed service](../quick-setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../quick-setup/core/with-docker) or [Without Docker](../quick-setup/core/without-docker))
- [Managed service](../../pre-built-ui/setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../../pre-built-ui/setup/core/with-docker) or [Without Docker](../../pre-built-ui/setup/core/without-docker))

</Answer>
<Answer title="No">
Expand Down
4 changes: 2 additions & 2 deletions v2/thirdpartypasswordless/nextjs/app-directory/next-steps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import {Question, Answer}from "/src/components/question"
<Answer title="Yes">

You need to now setup an instance of the SuperTokens core for your app (that your backend should connect to). You have two options:
- [Managed service](../quick-setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../quick-setup/core/with-docker) or [Without Docker](../quick-setup/core/without-docker))
- [Managed service](../../pre-built-ui/setup/core/saas-setup)
- Self hosted with your own database ([With Docker](../../pre-built-ui/setup/core/with-docker) or [Without Docker](../../pre-built-ui/setup/core/without-docker))

</Answer>
<Answer title="No">
Expand Down

0 comments on commit e944759

Please sign in to comment.