Skip to content

Commit 374bcd1

Browse files
Fix RFC_6585 section 4 link (and hopefully rendered table)
This table used to display `Retry-After` and its description properly in the table. The currently released documentation displays `Retry- ` <then some text about a custom header> Also the `X-RateLimit-Resource` doesn't display. So maybe there are changes to this doc that are not released yet.
1 parent c0f7b9c commit 374bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrate/concepts/rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This design gives clients the opportunity to proactively slow down their rate of
9696
`Retry-After`
9797
:::column-end:::
9898
:::column span="2":::
99-
The [RFC 6585](https://tools.ietf.org/html/rfc6585#section-4")-specified header sent to tell you how long to wait before you send your next request to fall under the detection threshold. Units: seconds.
99+
The [RFC 6585](https://tools.ietf.org/html/rfc6585#section-4)-specified header sent to tell you how long to wait before you send your next request to fall under the detection threshold. Units: seconds.
100100
:::column-end:::
101101
:::row-end:::
102102
---

0 commit comments

Comments
 (0)