Skip to content

Commit 23ea7ca

Browse files
authored
Fix links to/templates/next.js/ratelimit-with-upstash-redis (#1384)
### Description Links to `https://vercel.com/templates/next.js/api-rate-limit-upstash` should be `https://vercel.com/templates/next.js/ratelimit-with-upstash-redis` I'll also add a redirect to our templates redirect remote store.
1 parent 783a133 commit 23ea7ca

File tree

1 file changed

+1
-1
lines changed
  • edge-middleware/rate-limit-any-framework

1 file changed

+1
-1
lines changed

edge-middleware/rate-limit-any-framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ relatedTemplates:
1212

1313
This template shows how to add rate limiting to any application with [Vercel KV](https://vercel.com/docs/storage/vercel-kv) and [Vercel Edge Middleware](https://vercel.com/docs/concepts/functions/edge-middleware).
1414

15-
> **Note:** If you are using Next.js, you can use the built in Middleware support rather than needing `@vercel/edge` used in this package. Please refer to the [Next.js example](https://vercel.com/templates/next.js/api-rate-limit-upstash).
15+
> **Note:** If you are using Next.js, you can use the built in Middleware support rather than needing `@vercel/edge` used in this package. Please refer to the [Next.js example](https://vercel.com/templates/next.js/ratelimit-with-upstash-redis).
1616
1717
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/edge-middleware/rate-limit-any-framework&project-name=ratelimit&stores=%5B%7B"type"%3A"kv"%7D%5D)

0 commit comments

Comments
 (0)