Skip to content

Commit

Permalink
Fix GitHub docs links (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelliard committed Aug 11, 2021
1 parent 95b92df commit fee04e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To detect an API rate limit error, you can check if its type is *github.RateLimi
}
Learn more about GitHub rate limiting at
https://docs.github.com/en/free-pro-team@latest/rest/reference/#rate-limiting.
https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#rate-limiting.
Accepted Status
Expand All @@ -138,7 +138,7 @@ instead designed to work with a caching http.Transport. We recommend using
https://github.com/gregjones/httpcache for that.
Learn more about GitHub conditional requests at
https://docs.github.com/en/free-pro-team@latest/rest/reference/#conditional-requests.
https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#conditional-requests.
Creating and Updating Resources
Expand Down

0 comments on commit fee04e8

Please sign in to comment.