We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc35da84 commitedc3f2fCopy full SHA for edc3f2f
content/webhooks/creating/index.md
@@ -33,7 +33,7 @@ can take advantage of. We'll go through each of these below.
33
This is the server endpoint that will receive the webhook payload.
34
35
Since we're developing locally for our tutorial, let's set it to`http://localhost:4567/payload`.
36
-We'll explain why in the[Configuring Your Server](/hooks/configuring/) docs.
+We'll explain why in the[Configuring Your Server](/webhooks/configuring/) docs.
37
38
##Payload version
39
@@ -52,6 +52,6 @@ and toggle the options there.
52
53
When you're finished, click on**Add webhook**. Phew! Now that the webhook is created,
54
it's time to set up our local server to test the webhook. Head on over to
55
-[Configuring Your Server](/hooks/configuring/) to learn how to do that.
+[Configuring Your Server](/webhooks/configuring/) to learn how to do that.
56
57
[hooks-api]:http://developer.github.com/v3/repos/hooks/#events
content/webhooks/testing/index.md
@@ -8,7 +8,7 @@ layout: webhooks
8
* TOC
9
{:toc}
10
11
-Now that you've[configured your local server](/hooks/configuring/), you might
+Now that you've[configured your local server](/webhooks/configuring/), you might
12
be interested in pushing your code to the limits. To that end, GitHub's webhooks
13
view provides some tooling for testing your deployed payloads.
14