Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new webhooks doc link #80

Merged
merged 1 commit into from
Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,7 @@ <h3>Webhooks</h3>
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.</p>
<p>See our <a href="https://docs.recurly.com/docs/webhooks">product docs</a> to learn more about webhooks
and see our <a href="https://dev.recurly.com/page/webhooks">dev docs</a> to learn about what payloads
and see our <a href="https://developers.recurly.com/pages/webhooks.html">dev docs</a> to learn about what payloads
are available.</p>
<p>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
Expand Down