Skip to content

Commit 1eaab51

Browse files
authored
Update rate-limiting.mdx
fix link
1 parent 4c16724 commit 1eaab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/how-to/rate-limiting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
## Example: Handling 429 Rate Limits with Retry-After Header
99

1010
When you make too many requests in a short period of time, Browser Rendering will respond with HTTP status code `429 Too Many Requests`.
11-
The response includes a `Retry-After` header, which specifies how many seconds to wait before retrying. You can view your account's rate limits on the Limits(/browser-rendering/platform/limits/) page.
11+
The response includes a `Retry-After` header, which specifies how many seconds to wait before retrying. You can view your account's rate limits on the [Limits](/browser-rendering/platform/limits/) page.
1212

1313
The example below demonstrates how to handle rate limiting gracefully by reading the `Retry-After` value and retrying the request after that delay.
1414

0 commit comments

Comments
 (0)