Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Fix Incorrect Versions Upload Link
description: Updates 2 links in preview URL docs to link to correct command documentation.
date: 2025-10-07
product:
- workers
---

The 2 links to the `wrangler versions upload` docs at https://developers.cloudflare.com/workers/configuration/previews/#versioned-preview-urls has been fixed to point to the correct documentation for the command.
4 changes: 2 additions & 2 deletions src/content/docs/workers/configuration/previews.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Every time you create a new [version](/workers/configuration/versions-and-deploy
New versions of a Worker are created when you run:

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

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

#### View versioned preview URLs using Wrangler

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.
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.

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

Expand Down