Skip to content

Commit 61c1e43

Browse files
authored
Update link to GitHub conditional requests doc
1 parent 472adbb commit 61c1e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/site/apt/index.apt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Pluggable HTTP client
142142
through <<<HttpConnector>>>. In particular, this means you can use {{{https://square.github.io/okhttp/}OkHttp}},
143143
so we can make use of it's HTTP response cache.
144144
Making a conditional request against the GitHub API and receiving a 304 response
145-
{{{https://developer.github.com/v3/#conditional-requests}does not count against the rate limit}}.
145+
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests}does not count against the rate limit}}.
146146

147147
The following code shows an example of how to set up persistent cache on the disk:
148148

0 commit comments

Comments
 (0)