Skip to content

Commit a567e97

Browse files
[Workers] Fix broken anchor (#19313)
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 00ca7a9 commit a567e97

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/content/docs/workers/get-started/guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cd my-first-worker
4848

4949
In your project directory, C3 will have generated the following:
5050

51-
* `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wranglertoml-configuration) configuration file.
51+
* `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wrangler-configuration) configuration file.
5252
* `index.js` (in `/src`): A minimal `'Hello World!'` Worker written in [ES module](/workers/reference/migrate-to-module-workers/) syntax.
5353
* `package.json`: A minimal Node dependencies configuration file.
5454
* `package-lock.json`: Refer to [`npm` documentation on `package-lock.json`](https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json).
@@ -78,7 +78,7 @@ npm create cloudflare@latest -- --template <SOURCE>
7878
Your existing template folder must contain the following files, at a minimum, to meet the requirements for Cloudflare Workers:
7979

8080
- `package.json`
81-
- `wrangler.toml` [See sample Wrangler configuration](/workers/wrangler/configuration/#sample-wranglertoml-configuration)
81+
- `wrangler.toml` [See sample Wrangler configuration](/workers/wrangler/configuration/#sample-wrangler-configuration)
8282
- `src/` containing a worker script referenced from `wrangler.toml`
8383

8484
</Details>

0 commit comments

Comments
 (0)