Skip to content

Commit

Permalink
Wrong Ratelimit Console URL (#63)
Browse files Browse the repository at this point in the history
* fix(sdk): wrong ratelimit console url

* fix(sdk): another wrong url for ratelimit console
  • Loading branch information
brunowego authored Jul 20, 2023
1 parent cfbaba4 commit 6f32540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/src/ratelimit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export type RatelimitConfig<TContext> = {

/**
* If enabled, the ratelimiter will store analytics data in redis, which you can check out at
* https://upstash.com/ratelimit
* https://console.upstash.com/ratelimit
*
* @default false
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export type RegionRatelimitConfig = {

/**
* If enabled, the ratelimiter will store analytics data in redis, which you can check out at
* https://upstash.com/ratelimit
* https://console.upstash.com/ratelimit
*
* @default true
*/
Expand Down

1 comment on commit 6f32540

@vercel
Copy link

@vercel vercel bot commented on 6f32540 Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ratelimit-with-vercel-kv – ./examples/with-vercel-kv

ratelimit-with-vercel-kv-upstash.vercel.app
ratelimit-with-vercel-kv.vercel.app
ratelimit-with-vercel-kv-git-main-upstash.vercel.app

Please sign in to comment.