Correct links in definitions (#36834)
This commit is contained in:
@@ -170,4 +170,4 @@ Rather than ignore repeated `4xx` and `5xx` status codes, you should ensure that
|
||||
|
||||
Intentionally ignoring repeated validation errors may result in the suspension of your app for abuse.
|
||||
|
||||
[event-types]: /webhooks/event-payloads
|
||||
[event-types]: /webhooks-and-events/webhooks/webhook-events-and-payloads
|
||||
|
||||
@@ -189,15 +189,15 @@ server we've built above:
|
||||
That's it! You don't need to build your own deployment setup to use this example.
|
||||
You can always rely on [GitHub integrations][integrations].
|
||||
|
||||
[deploy API]: /rest/reference/repos#deployments
|
||||
[status API]: /guides/building-a-ci-server
|
||||
[deploy API]: /rest/repos#deployments
|
||||
[status API]: /rest/guides/building-a-ci-server
|
||||
[ngrok]: https://ngrok.com/
|
||||
[using ngrok]: /webhooks/configuring/#using-ngrok
|
||||
[using ngrok]: /webhooks-and-events/webhooks/configuring-your-server-to-receive-payloads#using-ngrok
|
||||
[platform samples]: https://github.com/github/platform-samples/tree/master/api/ruby/delivering-deployments
|
||||
[Sinatra]: http://www.sinatrarb.com/
|
||||
[webhook]: /webhooks/
|
||||
[webhook]: /webhooks-and-events/webhooks/about-webhooks
|
||||
[octokit.rb]: https://github.com/octokit/octokit.rb
|
||||
[access token]: /articles/creating-an-access-token-for-command-line-use
|
||||
[access token]: /authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||
[travis api]: https://api.travis-ci.com/docs/
|
||||
[janky]: https://github.com/github/janky
|
||||
[heaven]: https://github.com/atmos/heaven
|
||||
|
||||
@@ -122,8 +122,8 @@ on the entire commit.
|
||||
[commit comment]: https://github.com/octocat/Spoon-Knife/commit/cbc28e7c8caee26febc8c013b0adfb97a4edd96e#commitcomment-4049848
|
||||
[sample PR]: https://github.com/octocat/Spoon-Knife/pull/1176
|
||||
[platform-samples]: https://github.com/github/platform-samples/tree/master/api/ruby/working-with-comments
|
||||
[issues]: /rest/reference/issues#comments
|
||||
[personal token]: /articles/creating-an-access-token-for-command-line-use
|
||||
[issues]: /rest/issues#comments
|
||||
[personal token]: /authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
||||
[octokit.rb]: https://github.com/octokit/octokit.rb
|
||||
[PR Review API]: /rest/reference/pulls#comments
|
||||
[commit comment API]: /rest/reference/commits#get-a-commit-comment
|
||||
[PR Review API]: /rest/pulls#comments
|
||||
[commit comment API]: /rest/commits#get-a-commit-comment
|
||||
|
||||
Reference in New Issue
Block a user