Skip to content

Commit 00297ad

Browse files
committed
update repo link and minor changes
1 parent 6302bd0 commit 00297ad

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/queues/tutorials/handle-rate-limits

1 file changed

+3
-3
lines changed

src/content/docs/queues/tutorials/handle-rate-limits/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated: 2024-09-12
2+
updated: 2024-09-25
33
difficulty: Beginner
44
title: Handle rate limits of external APIs
55
summary: Example of how to use Queues to handle rate limits of external APIs.
@@ -32,7 +32,7 @@ Resend is a service that allows you to send emails from your application. It pro
3232

3333
### Queues access
3434

35-
Additionally, you will need access to Queues.
35+
Additionally, you will need access to Cloudflare Queues.
3636

3737
<Render file="enable-queues" />
3838

@@ -386,7 +386,7 @@ To test your Worker, you could use the following cURL request. Replace `<YOUR_WO
386386
curl -X POST -d "[email protected]" <YOUR_WORKER_URL>
387387
```
388388

389-
Refer to the [GitHub repository for the complete tutorial](https://github.com/cloudflare/queues-rate-limit). If you are using [Hono](https://hono.dev/), you refer to the [Hono example](https://github.com/harshil1712/resend-rate-limit-demo).
389+
Refer to the [GitHub repository](https://github.com/harshil1712/queues-rate-limit) for the complete code for this tutorial. If you are using [Hono](https://hono.dev/), you can refer to the [Hono example](https://github.com/harshil1712/resend-rate-limit-demo).
390390

391391
## Related resources
392392

0 commit comments

Comments
 (0)