This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ can take advantage of. We'll go through each of these below.
33
33
This is the server endpoint that will receive the webhook payload.
34
34
35
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.
36
+ We'll explain why in the [ Configuring Your Server] ( /webhooks /configuring/ ) docs.
37
37
38
38
## Payload version
39
39
@@ -52,6 +52,6 @@ and toggle the options there.
52
52
53
53
When you're finished, click on ** Add webhook** . Phew! Now that the webhook is created,
54
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.
55
+ [ Configuring Your Server] ( /webhooks /configuring/ ) to learn how to do that.
56
56
57
57
[ hooks-api ] : http://developer.github.com/v3/repos/hooks/#events
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ layout: webhooks
8
8
* TOC
9
9
{: toc }
10
10
11
- Now that you've [ configured your local server] ( /hooks /configuring/ ) , you might
11
+ Now that you've [ configured your local server] ( /webhooks /configuring/ ) , you might
12
12
be interested in pushing your code to the limits. To that end, GitHub's webhooks
13
13
view provides some tooling for testing your deployed payloads.
14
14
You can’t perform that action at this time.
0 commit comments