updated doc links

This commit is contained in:
Zai Shi 2024-04-14 15:50:17 +02:00
parent 866c8e6aaf
commit eb8932e1ad
2 changed files with 2 additions and 2 deletions

View File

@ -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!
![Stack sign up page](../imgs/signup-page.png)

View File

@ -187,4 +187,4 @@ Note the `UserButton` is a component that you normally put in the top right corn
![UserButton](../imgs/user-button.png)
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).