From eb8932e1adfda60a4b4bf97d2fd8ee1636d62da1 Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Sun, 14 Apr 2024 15:50:17 +0200 Subject: [PATCH] updated doc links --- docs/docs/01-getting-started/01-setup.md | 2 +- docs/docs/01-getting-started/02-users.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/01-getting-started/01-setup.md b/docs/docs/01-getting-started/01-setup.md index 1d902f6f8..d14b405ee 100644 --- a/docs/docs/01-getting-started/01-setup.md +++ b/docs/docs/01-getting-started/01-setup.md @@ -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) diff --git a/docs/docs/01-getting-started/02-users.md b/docs/docs/01-getting-started/02-users.md index f83f9bdfd..aa276b347 100644 --- a/docs/docs/01-getting-started/02-users.md +++ b/docs/docs/01-getting-started/02-users.md @@ -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).