Skip to content

Commit 26060e3

Browse files
committed
Cleanup a few more broken links
1 parent 774c303 commit 26060e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/changes/2014-2-10-ping-event-for-webhooks.html

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

88
With the release of our [new webhook UI](https://github.com/blog/1778-webhooks-level-up), we included a new
9-
[ping event](/v3/repos/hooks/#ping-event) that webhooks will receive. When you
9+
[ping event](/webhooks/#ping-event) that webhooks will receive. When you
1010
create a new webhook, we will send this event as an initial test of the webhook.
1111

1212
The ping is only informational, doesn't need to be responded to in a specific way,

content/v3/search/legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pages can be fetched using the `start_page` parameter.
5252
Name | Type | Description
5353
-----|------|--------------
5454
`keyword`|`string`| The search term|
55-
`language`|`string` | Filter results by [language](https://github.com/languages)
55+
`language`|`string` | Filter results by language
5656
`start_page`|`string` | The page number to fetch
5757
`sort`|`string` | The sort field. One of `stars`, `forks`, or `updated`. Default: results are sorted by best match.
5858
`order`|`string` | The sort field. if `sort` param is provided. Can be either `asc` or `desc`.

content/webhooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ event by default and supports the `public` event type as well.
3030

3131
A number of services have been integrated through the open source
3232
[github-services](https://github.com/github/github-services) project. When
33-
creating a [hook](#create-a-hook), the `:name` parameter must refer to one of
33+
[creating a hook](/webhooks/creating/), the `:name` parameter must refer to one of
3434
these services. A generic
3535
[Web](https://github.com/github/github-services/blob/master/lib/services/web.rb)
3636
service is available that can configured to trigger for any of the available

0 commit comments

Comments
 (0)