Skip to content

Commit e3f9c65

Browse files
authored
Updated Rate Limiting Cite
The current link was broken, fixed it. A good article on rate limiting indeed.
1 parent 247cf09 commit e3f9c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/throttling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The following is an example of a rate throttle, that will randomly throttle 1 in
190190
def allow_request(self, request, view):
191191
return random.randint(1, 10) != 1
192192

193-
[cite]: https://dev.twitter.com/docs/error-codes-responses
193+
[cite]: https://developer.twitter.com/en/docs/basics/rate-limiting
194194
[permissions]: permissions.md
195195
[identifing-clients]: http://oxpedia.org/wiki/index.php?title=AppSuite:Grizzly#Multiple_Proxies_in_front_of_the_cluster
196196
[cache-setting]: https://docs.djangoproject.com/en/stable/ref/settings/#caches

0 commit comments

Comments
 (0)