Skip to content

Commit 1581500

Browse files
authored
Merge branch 'main' into feature/hub4j#1497
2 parents 7fb8c79 + 5380f59 commit 1581500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/apt/index.apt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ Pluggable HTTP client
140140

141141
This library comes with a pluggable connector to use different HTTP client implementations
142142
through <<<HttpConnector>>>. In particular, this means you can use {{{https://square.github.io/okhttp/}OkHttp}},
143-
so we can make use of it's HTTP response cache.
143+
so we can make use of its HTTP response cache.
144144
Making a conditional request against the GitHub API and receiving a 304 response
145-
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api#conditional-requests}does not count against the rate limit}}.
145+
{{{https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#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)