Skip to content

Commit 1556028

Browse files
committed
fixes broken links
1 parent 4caed42 commit 1556028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/local-development/wrangler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ API_ACCOUNT_ID="local_example_user"
114114
Since `.dev.vars` is loaded only when running `wrangler dev`, these values do not affect your production environment. Make sure to add `.dev.vars` to your `.gitignore` so you don’t accidentally commit sensitive credentials to version control.
115115
:::
116116

117-
To learn about setting up environment variables for other non-local environments (such as staging or production), look into [Wrangler Environments](/wrangler/environments/#staging-and-production-environments).
117+
To learn about setting up environment variables for other non-local environments (such as staging or production), look into [Wrangler Environments](/workers/wrangler/environments/#staging-and-production-environments).
118118

119119
## Working with remote data
120120

src/content/partials/workers/bindings_per_env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Supported bindings in local and remote dev
66

7-
- **Local Development:** Includes [`wrangler dev`](/workers/wrangler/commands/#dev) (without the `--remote` flag) and the [Cloudflare Vite plugin](/local-development/vite/). This mode simulates the Cloudflare Workers environment locally.
7+
- **Local Development:** Includes [`wrangler dev`](/workers/wrangler/commands/#dev) (without the `--remote` flag) and the [Cloudflare Vite plugin](/workers/local-development/vite/). This mode simulates the Cloudflare Workers environment locally.
88

99
- **Remote Development:** Uses [`wrangler dev --remote`](/workers/wrangler/commands/#dev)), deploying your code to Cloudflare’s infrastructure during development. This ensures all bindings and resources match production conditions. There is no Vite plugin equivalent for testing remote resources.
1010

0 commit comments

Comments
 (0)