Update github payload location docs
This has moved to /api/... Change-Id: I93dc2e94e0d63eed1fe8e119c905f37d9b6e500e
This commit is contained in:
parent
ec9c4de091
commit
8f77b30923
@ -22,7 +22,7 @@ To configure a project's `webhook events
|
||||
<https://developer.github.com/webhooks/creating/>`_:
|
||||
|
||||
* Set *Payload URL* to
|
||||
``http://<zuul-hostname>/connection/<connection-name>/payload``.
|
||||
``http://<zuul-hostname>:<port>/api/connection/<connection-name>/payload``.
|
||||
|
||||
* Set *Content Type* to ``application/json``.
|
||||
|
||||
@ -52,7 +52,7 @@ To create a `GitHub application
|
||||
* Set Setup URL to your setup documentation, when user install the application
|
||||
they are redirected to this url
|
||||
* Set Webhook URL to
|
||||
``http://<zuul-hostname>:9000/connection/<connection-name>/payload``.
|
||||
``http://<zuul-hostname>:<port>/api/connection/<connection-name>/payload``.
|
||||
* Create a Webhook secret
|
||||
* Set permissions:
|
||||
|
||||
|
@ -366,7 +366,7 @@ Create a `GitHub application
|
||||
* Set Setup URL to your setup documentation, when users install the application
|
||||
they are redirected to this url
|
||||
* Set Webhook URL to
|
||||
``http://<IP ADDRESS>:9000/connection/github/payload``.
|
||||
``http://<IP ADDRESS>:9000/api/connection/github/payload``.
|
||||
* Create a Webhook secret, and record it for later use
|
||||
* Set permissions:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user