From 6a9d6b70d8328cb39e6bd4c522768533d82b159a Mon Sep 17 00:00:00 2001 From: Nova Kwok Date: Tue, 10 May 2022 21:53:56 +0800 Subject: [PATCH] Update links in README.md There are two links in README.md seems deprecated. * `https://developers.cloudflare.com/workers/tooling/wrangler/commands` will result in 404 * `https://developers.cloudflare.com/workers/tooling/wrangler/configuration` can successfully redirect to `https://developers.cloudflare.com/workers/wrangler/configuration/` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5db8a3867..24fbe6b93 100644 --- a/README.md +++ b/README.md @@ -193,8 +193,8 @@ All of the arguments and flags to this command are optional: All information regarding wrangler or Cloudflare Workers is located in the [Cloudflare Workers Developer Docs](https://developers.cloudflare.com/workers/). This includes: -- Using wrangler [commands](https://developers.cloudflare.com/workers/tooling/wrangler/commands) -- Wrangler [configuration](https://developers.cloudflare.com/workers/tooling/wrangler/configuration) +- Using wrangler [commands](https://developers.cloudflare.com/workers/wrangler/commands/) +- Wrangler [configuration](https://developers.cloudflare.com/workers/wrangler/configuration) - General documentation surrounding Workers development - All wrangler features such as Workers Sites and KV