Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit f17c567

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 9b972e2 commit f17c567

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

content/v3/repos/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ or the [PubSubHubbub API](#pubsubhubbub).
3939

4040
Name | Type | Description
4141
-----|------|--------------
42-
`name`|`string` | **Required**. The name of the service that is being called. (See [/hooks](https://api.github.com/hooks) for the list of valid hook names.)
42+
`name`|`string` | **Required**. The name of the service that is being called. (See <a href='https://api.github.com/hooks' data-proofer-ignore>/hooks</a> for the list of valid hook names.)
4343
`config`|`hash` | **Required**. Key/value pairs to provide settings for this hook. These settings vary between the services and are defined in the [github-services](https://github.com/github/github-services) repository. Booleans are stored internally as "1" for true, and "0" for false. Any JSON `true`/`false` values will be converted automatically.
4444
`events`|`array` | Determines what events the hook is triggered for. Default: `["push"]`
4545
`active`|`boolean` | Determines whether the hook is actually triggered on pushes.

content/webhooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Documentation for all available service hooks can be found in the
3737
[docs directory](https://github.com/github/github-services/tree/master/docs)
3838
of the github-services repository. A JSON representation of their names,
3939
default events, supported events, and configuration options can be seen
40-
at [api.github.com/hooks](https://api.github.com/hooks).
40+
at <a href='https://api.github.com/hooks' data-proofer-ignore>https://api.github.com/hooks</a>.
4141

4242

4343
## Events

static/images/oauth_prompt.png

14.9 KB
Loading

0 commit comments

Comments
 (0)