Skip to content

Commit fee04e8

Browse files
authored
Fix GitHub docs links (#2039)
1 parent 95b92df commit fee04e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github/doc.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To detect an API rate limit error, you can check if its type is *github.RateLimi
112112
}
113113
114114
Learn more about GitHub rate limiting at
115-
https://docs.github.com/en/free-pro-team@latest/rest/reference/#rate-limiting.
115+
https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#rate-limiting.
116116
117117
Accepted Status
118118
@@ -138,7 +138,7 @@ instead designed to work with a caching http.Transport. We recommend using
138138
https://github.com/gregjones/httpcache for that.
139139
140140
Learn more about GitHub conditional requests at
141-
https://docs.github.com/en/free-pro-team@latest/rest/reference/#conditional-requests.
141+
https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#conditional-requests.
142142
143143
Creating and Updating Resources
144144

0 commit comments

Comments
 (0)