mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
updated doc links
This commit is contained in:
parent
866c8e6aaf
commit
eb8932e1ad
@ -91,7 +91,7 @@ npm install @stackframe/stack
|
||||
}
|
||||
```
|
||||
|
||||
6. That's it! Stack is now configured in your Next.js project. If you start your Next.js app with `npm run dev` and navigate to `http://localhost:3000/handler/signup`, you will see the Stack sign-up page!
|
||||
6. That's it! Stack is now configured in your Next.js project. If you start your Next.js app with `npm run dev` and navigate to [http://localhost:3000/handler/signup](http://localhost:3000/handler/signup), you will see the Stack sign-up page!
|
||||
|
||||

|
||||
|
||||
|
||||
@ -187,4 +187,4 @@ Note the `UserButton` is a component that you normally put in the top right corn
|
||||
|
||||

|
||||
|
||||
You will now be able to see the new profile page on http://localhost:3000/profile.
|
||||
You will now be able to see the new profile page on [http://localhost:3000/profile](http://localhost:3000/profile).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user