GETTING_STARTED.md in recurly-3.2.2 vs GETTING_STARTED.md in recurly-3.3.0
- old
+ new
@@ -224,10 +224,10 @@
Recurly will attempt to send this notification to the 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](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.
This library is not yet responsible for handling webhooks. If you do need webhooks, we recommend using a simple
XML to Hash parser.