Skip to content

Commit c54f77d

Browse files
committed
Send email subject in URL param for support links
1 parent 2adcf2d commit c54f77d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: GitHub API
66

77
This describes the resources that make up the official GitHub API v3. If
88
you 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

1111
For the new API v3, start browsing the resources on the right >>
1212

content/v3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: GitHub API v3
66

77
This describes the resources that make up the official GitHub API v3. If
88
you 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
327327
and using [conditional requests](#conditional-requests).
328328

329329
If 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
331331
higher 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

content/v3/git.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ can do without having Git installed.
1515

1616
Git DB API functions will return a `409 Conflict` if the git repo for a Repository is empty
1717
or 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

3737
It 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.

content/v3/repos/forks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ forked into this organization.
4040

4141
Forking a Repository happens asynchronously. Therefore, you may have to wait
4242
a 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 %>

0 commit comments

Comments
 (0)