File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: GitHub API
66
77This describes the resources that make up the official GitHub API v3. If
88you have any problems or requests please contact
9- [ support] ( mailto:support@ github.com? subject=APIv3) .
9+ [ support] ( https:// github.com/contact?form[ subject] =APIv3) .
1010
1111For the new API v3, start browsing the resources on the right >>
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ title: GitHub API v3
66
77This describes the resources that make up the official GitHub API v3. If
88you have any problems or requests please contact
9- [ support] ( https://github.com/contact ) .
9+ [ support] [ ] .
1010
1111* TOC
1212{: toc }
@@ -327,7 +327,7 @@ your rate limit, you can likely fix the issue by caching API responses
327327and using [ conditional requests] ( #conditional-requests ) .
328328
329329If you're using conditional requests and still exceeding your rate
330- limit, please [ contact us] ( https://github.com/contact ) to request a
330+ limit, please [ contact us] [ support ] to request a
331331higher rate limit for your OAuth application.
332332
333333## User Agent Required
@@ -459,4 +459,4 @@ A link that looks like this:
459459 [ "url1", {: rel => "next"}] ,
460460 [ "url2", {: rel => "foo", : bar => "baz"}]] %>
461461
462-
462+ [ support ] : https://github.com/contact?form[subject]=APIv3
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ can do without having Git installed.
1515
1616Git DB API functions will return a ` 409 Conflict ` if the git repo for a Repository is empty
1717or unavailable. This typically means it is being created still. [ Contact
18- Support] ( https://github.com/contact ) if this response status persists.
18+ Support] (https://github.com/contact?form[subject ] =Commits API ) if this response status persists.
1919
2020![ git db] ( http://git-scm.com/figures/18333fig0904-tn.png )
2121
@@ -35,4 +35,4 @@ repository, you would:
3535* update the reference of your branch to point to the new commit SHA
3636
3737It might seem complex, but it's actually pretty simple when you understand
38- the model and it opens up a ton of things you could potentially do with the API.
38+ the model and it opens up a ton of things you could potentially do with the API.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ forked into this organization.
4040
4141Forking a Repository happens asynchronously. Therefore, you may have to wait
4242a short period before accessing the git objects. If this takes longer than
43- 5 minutes, be sure to [ contact Support] ( https://github.com/contact ) .
43+ 5 minutes, be sure to [ contact Support] ( https://github.com/contact?form[subject]=APIv3 ) .
4444
4545<%= headers 202 %>
4646<%= json : repo %>
You can’t perform that action at this time.
0 commit comments