Skip to content

Commit

Permalink
Fix broken template link (#17001)
Browse files Browse the repository at this point in the history
* Fix broken template link

* Update src/content/docs/workers/languages/typescript/index.mdx

Co-authored-by: Daniel Walsh <walshydev@gmail.com>

---------

Co-authored-by: Nevi Shah <76798024+nevikashah@users.noreply.github.com>
Co-authored-by: Daniel Walsh <walshydev@gmail.com>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent e9b3e54 commit 080f39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/languages/typescript/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ For more information, refer to [this GitHub issue](https://github.com/cloudflare

### Resources

- [TypeScript template](https://github.com/cloudflare/workers-sdk/tree/main/templates/worker-typescript)
- [TypeScript template](https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates/hello-world/ts)
- [@cloudflare/workers-types](https://github.com/cloudflare/workers-types)
- [Runtime APIs](/workers/runtime-apis/)
- [TypeScript Examples](/workers/examples/?languages=TypeScript)

0 comments on commit 080f39a

Please sign in to comment.