Skip to content

Commit c9b2a66

Browse files
update remaining version upload broken links
1 parent 4fe8b05 commit c9b2a66

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/content/changelog/workers/2025-07-23-workers-preview-urls.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ These preview URLs are named after your branch and are posted as a comment to ea
1717

1818
Each comment includes **two preview URLs** as shown above:
1919

20-
* **Commit Preview URL**: Unique to the specific version/commit (e.g., `<version-prefix>-<worker-name>.<subdomain>.workers.dev`)
20+
* **Commit Preview URL**: Unique to the specific version/commit (e.g., `<version-prefix>-<worker-name>.<subdomain>.workers.dev`)
2121
* **Branch Preview URL**: A stable alias based on the branch name (e.g., `<branch-name>-<worker-name>.<subdomain>.workers.dev`)
2222

2323
## How it works
@@ -31,7 +31,7 @@ When you create a pull request:
3131

3232
## Custom alias name
3333

34-
You can also assign a custom preview alias using the [Wrangler CLI](/workers/wrangler/), by passing the `--preview-alias` flag when [uploading a version](/workers/wrangler/commands/#upload) of your Worker:
34+
You can also assign a custom preview alias using the [Wrangler CLI](/workers/wrangler/), by passing the `--preview-alias` flag when [uploading a version](/workers/wrangler/commands/#versions-upload) of your Worker:
3535

3636
```bash
3737
wrangler versions upload --preview-alias staging
@@ -41,5 +41,5 @@ wrangler versions upload --preview-alias staging
4141

4242
* Only available on the **workers.dev** subdomain (custom domains not yet supported)
4343
* Requires **Wrangler v4.21.0+**
44-
* Preview URLs are not generated for Workers that use [Durable Objects](/durable-objects/)
44+
* Preview URLs are not generated for Workers that use [Durable Objects](/durable-objects/)
4545
* Not yet supported for [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/)

src/content/docs/workers/configuration/previews.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Every time you create a new [version](/workers/configuration/versions-and-deploy
4242
New versions of a Worker are created when you run:
4343

4444
- [`wrangler deploy`](/workers/wrangler/commands/#deploy)
45-
- [`wrangler versions upload`](/workers/wrangler/commands/#upload)
45+
- [`wrangler versions upload`](/workers/wrangler/commands/#versions-upload)
4646
- Or when you make edits via the Cloudflare dashboard
4747

4848
If Preview URLs have been enabled, they are public and available immediately after version creation.
@@ -53,7 +53,7 @@ Minimum required Wrangler version: 3.74.0. Check your version by running `wrangl
5353

5454
#### View versioned preview URLs using Wrangler
5555

56-
The [`wrangler versions upload`](/workers/wrangler/commands/#upload) command uploads a new [version](/workers/configuration/versions-and-deployments/#versions) of your Worker and returns a preview URL for each version uploaded.
56+
The [`wrangler versions upload`](/workers/wrangler/commands/#versions-upload) command uploads a new [version](/workers/configuration/versions-and-deployments/#versions) of your Worker and returns a preview URL for each version uploaded.
5757

5858
#### View versioned preview URLs on the Workers dashboard
5959

src/content/docs/workers/configuration/versions-and-deployments/gradual-deployments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Answer `yes` or `no` to using TypeScript. Answer `yes` to deploying your applica
4646

4747
#### 2. Create a new version of the Worker
4848

49-
To create a new version of the Worker, edit the Worker code by changing the `Response` content to your desired text and upload the Worker by using the [`wrangler versions upload`](/workers/wrangler/commands/#upload) command.
49+
To create a new version of the Worker, edit the Worker code by changing the `Response` content to your desired text and upload the Worker by using the [`wrangler versions upload`](/workers/wrangler/commands/#versions-upload) command.
5050

5151
```sh
5252
npx wrangler versions upload

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,8 +1271,8 @@ If you are using `CLOUDFLARE_API_TOKEN` instead of OAuth, and you can logout by
12711271

12721272
<DashButton url="/?to=/:account/api-tokens" />
12731273

1274-
3. Select the three-dot menu on your Wrangler token.
1275-
4. Select **Delete**.
1274+
2. Select the three-dot menu on your Wrangler token.
1275+
3. Select **Delete**.
12761276

12771277
---
12781278

@@ -1387,7 +1387,7 @@ The minimum required wrangler version to use these commands is 3.40.0. For versi
13871387

13881388
### `deploy`
13891389

1390-
Apply changes to triggers ([Routes or domains](/workers/configuration/routing/) and [Cron Triggers](/workers/configuration/cron-triggers/)) when using [`wrangler versions upload`](/workers/wrangler/commands/#upload).
1390+
Apply changes to triggers ([Routes or domains](/workers/configuration/routing/) and [Cron Triggers](/workers/configuration/cron-triggers/)) when using [`wrangler versions upload`](/workers/wrangler/commands/#versions-upload).
13911391

13921392
```txt
13931393
wrangler triggers deploy [OPTIONS]

0 commit comments

Comments
 (0)