Skip to content

Commit 3b0f61a

Browse files
authored
fixed templates link (#18353)
The packages link went to a 404 page.
1 parent e7503a4 commit 3b0f61a

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/pages/get-started

1 file changed

+2
-2
lines changed

src/content/docs/pages/get-started/c3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ bun create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
166166
- `wrangler.toml`
167167
- `src/` containing a worker script referenced from `wrangler.toml`
168168

169-
See the [templates folder](https://github.com/cloudflare/workers-sdk/tree/main/templates) of this repo for more examples.
169+
See the [templates folder](https://github.com/cloudflare/workers-sdk/tree/main/packages/create-cloudflare/templates) of this repo for more examples.
170170

171171
- `--deploy` boolean (default: true) optional
172172

@@ -254,4 +254,4 @@ You can always re-enable telemetry collection.
254254
type="create"
255255
pkg="cloudflare@latest"
256256
args="telemetry enable"
257-
/>
257+
/>

0 commit comments

Comments
 (0)