Skip to content

Commit f17b96b

Browse files
authored
Update stagehand.mdx
fix link to movie directory
1 parent 683a458 commit f17b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/stagehand.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This guide shows you how to deploy a [Worker](/workers/) that uses Stagehand, Br
2222

2323
## Use Stagehand in a Worker with Workers AI
2424

25-
In this example, you will use Stagehand to search for a movie on [The Movie Database](https://www.themoviedb.org/), extract its details (title, year, rating, duration, and genre), and return the information along with a screenshot of the webpage.
25+
In this example, you will use Stagehand to search for a movie on this [example movie directory](https://demo.playwright.dev/movies), extract its details (title, year, rating, duration, and genre), and return the information along with a screenshot of the webpage.
2626
<Details header="See an example of the result"> ![Stagehand example result](~/assets/images/browser-rendering/stagehand-example.png)</Details>
2727

2828
If instead you want to skip the steps and get started right away, select **Deploy to Cloudflare** below.

0 commit comments

Comments
 (0)