Skip to content

Commit f2e07e4

Browse files
authored
Update getting-started.mdx (cloudflare#29270)
1 parent 3d51733 commit f2e07e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/dynamic-workers/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Dynamic Workers support two loading modes:
2323

2424
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/agents/tree/main/examples/dynamic-workers)
2525

26-
Use this "hello world" starter to get a Worker deployed that can load and execute Dynamic Workers.
26+
Use this "hello world" [starter](https://github.com/cloudflare/agents/tree/main/examples/dynamic-workers) to get a Worker deployed that can load and execute Dynamic Workers.
2727

2828
#### Dynamic Workers Playground
2929

3030
[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/agents/tree/main/examples/dynamic-workers-playground)
3131

32-
You can also deploy the Dynamic Workers Playground, where you can write or import code, bundle it at runtime with `@cloudflare/worker-bundler`, execute it through a Dynamic Worker, and see real-time responses and execution logs.
32+
You can also deploy the [Dynamic Workers Playground](https://github.com/cloudflare/agents/tree/main/examples/dynamic-workers-playground), where you can write or import code, bundle it at runtime with `@cloudflare/worker-bundler`, execute it through a Dynamic Worker, and see real-time responses and execution logs.
3333

3434
## Configure Worker Loader
3535

0 commit comments

Comments
 (0)