Skip to content

Commit 7a3b8ba

Browse files
committed
clarified-warning-note
1 parent 704c995 commit 7a3b8ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/workers/wrangler/migration/v1-to-v2/wrangler-legacy/install-update.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { Render } from "~/components";
1212
## Install
1313

1414
### Install with `npm`
15-
#### This package is for Wrangler v1.x and is no longer supported. Please visit https://www.npmjs.com/package/wrangler for Wrangler v2+.
1615

1716
```sh
1817
npm i @cloudflare/wrangler -g

src/content/partials/workers/wrangler-v1-deprecation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
:::caution
77

88

9-
This page is for Wrangler v1, which has now been deprecated. Access documentation for the current version of Wrangler by visiting the [Wrangler homepage](/workers/wrangler). Refer to the [Migration guide](/workers/wrangler/migration/v1-to-v2/) for instructions on how to migrate to the latest version.
9+
This page is for Wrangler v1, which has been deprecated.
10+
[Learn how to update to the latest version of Wrangler](/workers/wrangler/migration/v1-to-v2/).
1011

1112

1213
:::

0 commit comments

Comments
 (0)