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.
3333This is the server endpoint that will receive the webhook payload.
3434
3535Since 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.
3737
3838## Payload version
3939
@@ -52,6 +52,6 @@ and toggle the options there.
5252
5353When you're finished, click on ** Add webhook** . Phew! Now that the webhook is created,
5454it'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.
5656
5757[ 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
88* TOC
99{: toc }
1010
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
1212be interested in pushing your code to the limits. To that end, GitHub's webhooks
1313view provides some tooling for testing your deployed payloads.
1414
You can’t perform that action at this time.
0 commit comments