remove deprecated content
This commit is contained in:
@@ -337,18 +337,11 @@ The default format is what [existing post-receive hooks should expect](/post-rec
|
||||
|
||||
#### Callback URLs
|
||||
|
||||
Callback URLs can use the `http://` protocol. {% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.20" %}You can also `github://` callbacks to specify a GitHub service.
|
||||
{% data reusables.apps.deprecating_github_services_ghe %}
|
||||
{% endif %}
|
||||
Callback URLs can use the `http://` protocol.
|
||||
|
||||
# Send updates to postbin.org
|
||||
http://postbin.org/123
|
||||
|
||||
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.20" %}
|
||||
# Send updates to Campfire
|
||||
github://campfire?subdomain=github&room=Commits&token=abc123
|
||||
{% endif %}
|
||||
|
||||
#### Subscribing
|
||||
|
||||
The GitHub PubSubHubbub endpoint is: `{% data variables.product.api_url_code %}/hub`. A successful request with curl looks like:
|
||||
|
||||
Reference in New Issue
Block a user