Skip to content

Commit 3e917d4

Browse files
[LP] Workers: Fix broken anchor (#19352)
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 11f2063 commit 3e917d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/content/docs/learning-paths/workers/get-started/first-worker.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Refer to [How to run Wrangler commands](/workers/wrangler/commands/#how-to-run-w
5353

5454
In your Worker project directory, C3 has generated the following:
5555

56-
1. `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wranglertoml-configuration) configuration file.
56+
1. `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wrangler-configuration) configuration file.
5757
2. `index.js` (in `/src`): A minimal `'Hello World!'` Worker written in [ES module](/workers/reference/migrate-to-module-workers/) syntax.
5858
3. `package.json`: A minimal Node dependencies configuration file.
5959
4. `package-lock.json`: Refer to [`npm` documentation on `package-lock.json`](https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json).

0 commit comments

Comments
 (0)