Skip to content

Commit 0b6a5e5

Browse files
authored
Merge pull request #5882 from bholagabbar/patch-2
Updated Link to Rate Limiting Article
2 parents 247cf09 + e3f9c65 commit 0b6a5e5

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)