Skip to content

Commit 55da8c6

Browse files
Fix broken link to quickstart in the README (#1207)
# why Link points to the old docs route # what changed Fixed link to the [Quickstart](https://docs.stagehand.dev/v3/first-steps/quickstart) section of the docs on the readme Shoutout to @JerryWu1234 for the contrib # test plan --------- Co-authored-by: Jerry_wu <[email protected]>
1 parent ee76881 commit 55da8c6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/brave-mangos-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@browserbasehq/stagehand": patch
3+
---
4+
5+
Fix broken links to quickstart docs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Most existing browser automation tools either require you to write low-level cod
6565

6666
## Getting Started
6767

68-
Start with Stagehand with one line of code, or check out our [Quickstart Guide](https://docs.stagehand.dev/get_started/quickstart) for more information:
68+
Start with Stagehand with one line of code, or check out our [Quickstart Guide](https://docs.stagehand.dev/v3/first-steps/quickstart) for more information:
6969

7070
```bash
7171
npx create-browser-app

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Most existing browser automation tools either require you to write low-level cod
6565

6666
## Getting Started
6767

68-
Start with Stagehand with one line of code, or check out our [Quickstart Guide](https://docs.stagehand.dev/get_started/quickstart) for more information:
68+
Start with Stagehand with one line of code, or check out our [Quickstart Guide](https://docs.stagehand.dev/v3/first-steps/quickstart) for more information:
6969

7070
```bash
7171
npx create-browser-app

0 commit comments

Comments
 (0)