From 0739cb9e550f9466f6ef0444d90b3e8195c8ef5e Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Fri, 2 Jul 2021 11:16:27 +0100 Subject: [PATCH] Fix pubsubhubbub anchor link --- content/rest/reference/repos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/reference/repos.md b/content/rest/reference/repos.md index 8bfb558295..c147bd8e20 100644 --- a/content/rest/reference/repos.md +++ b/content/rest/reference/repos.md @@ -303,7 +303,7 @@ to the information provided in your repository graph. For more information, see ## Webhooks -The Repository Webhooks API allows repository admins to manage the post-receive hooks for a repository. {% data reusables.webhooks.webhooks-rest-api-links %} Webhooks can be managed using the JSON HTTP API, or the [PubSubHubbub](#PubSubHubbub) API. +The Repository Webhooks API allows repository admins to manage the post-receive hooks for a repository. {% data reusables.webhooks.webhooks-rest-api-links %} Webhooks can be managed using the JSON HTTP API, or the [PubSubHubbub](#pubsubhubbub) API. If you would like to set up a single webhook to receive events from all of your organization's repositories, see our API documentation for [Organization Webhooks](/rest/reference/orgs#webhooks).