From 63eed5a9f3358e33bed37edabfcb28be55a5e697 Mon Sep 17 00:00:00 2001
From: Benjamin Eckel
Date: Wed, 19 Feb 2020 21:20:20 -0600
Subject: [PATCH] Use new webhooks doc link
---
doc/GETTING_STARTED.md | 2 +-
docs/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/GETTING_STARTED.md b/doc/GETTING_STARTED.md
index bb42704e..571944cc 100644
--- a/doc/GETTING_STARTED.md
+++ b/doc/GETTING_STARTED.md
@@ -254,7 +254,7 @@ endpoint(s) you specify. You can specify up to 10 endpoints through the applica
notifications will be sent to all configured endpoints for your site.
See our [product docs](https://docs.recurly.com/docs/webhooks) to learn more about webhooks
-and see our [dev docs](https://dev.recurly.com/page/webhooks) to learn about what payloads
+and see our [dev docs](https://developers.recurly.com/pages/webhooks.html) to learn about what payloads
are available.
Although our API is now JSON, our webhook payloads are still formatted as XML for the time being.
diff --git a/docs/index.html b/docs/index.html
index 88da069a..2630b2e6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2252,7 +2252,7 @@ Webhooks
endpoint(s) you specify. You can specify up to 10 endpoints through the application. All
notifications will be sent to all configured endpoints for your site.
See our product docs to learn more about webhooks
-and see our dev docs to learn about what payloads
+and see our dev docs to learn about what payloads
are available.
Although our API is now JSON, our webhook payloads are still formatted as XML for the time being.
This library is not yet responsible for handling webhooks. If you do need webhooks, we recommend using a simple