From 1e21091fdfa4740f7c54aedc406dbfe0479d0e0a Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 26 Jun 2022 03:15:21 +0200 Subject: [PATCH] fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5af6541..a1233d0 100644 --- a/README.md +++ b/README.md @@ -186,9 +186,9 @@ Key | Type | Description CLI Tool | Router -------- | ------ [wrangler2](https://github.com/cloudflare/wrangler2#readme) | Use `v2.x.x` or later. -[@cloudflare/wrangler](https://github.com/cloudflare/wrangler#readme) | Use `v1.x.x`, [here](https://github.com/tsndr/cloudflare-worker-router/tree/v1#readme). +[@cloudflare/wrangler](https://github.com/cloudflare/wrangler#readme) | Use `v1.x.x`, [here](https://github.com/tsndr/cloudflare-worker-router/tree/legacy#readme). -See [Migration from v1.x.x to v2.x.x](https://github.com/tsndr/cloudflare-worker-router/MIGRATION.md) if you want to update. +See [Migration from v1.x.x to v2.x.x](https://github.com/tsndr/cloudflare-worker-router/blob/main/MIGRATION.md) if you want to update. ---