Skip to content

Commit

Permalink
Fix link to API docs for rate-limits in atproto_client/auth.md (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp authored Nov 26, 2024
1 parent 8aafc9a commit e011bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/atproto_client/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For example, instead of starting the script by `cron` every 5 minutes, keep it r
This is incredibly important because API is rate-limited, and you can reach the limit.
Which can lead to a temporary outage of your project.

The current rate limits are provided in the [API documentation](https://www.docs.bsky.app/docs/advanced-guides/rate-limits).
The current rate limits are provided in the [API documentation](https://docs.bsky.app/docs/advanced-guides/rate-limits).

- `createSession`:
- Rate limited by handle
Expand Down

0 comments on commit e011bb4

Please sign in to comment.