Skip to content

Commit edc3f2f

Browse files
author
Zachary Salzbank
committed
fix more links
1 parent c35da84 commit edc3f2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/webhooks/creating/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ can take advantage of. We'll go through each of these below.
3333
This is the server endpoint that will receive the webhook payload.
3434

3535
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.
3737

3838
## Payload version
3939

@@ -52,6 +52,6 @@ and toggle the options there.
5252

5353
When you're finished, click on **Add webhook**. Phew! Now that the webhook is created,
5454
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.
5656

5757
[hooks-api]: http://developer.github.com/v3/repos/hooks/#events

content/webhooks/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
be interested in pushing your code to the limits. To that end, GitHub's webhooks
1313
view provides some tooling for testing your deployed payloads.
1414

0 commit comments

Comments
 (0)