We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e0275 commit 65b24c4Copy full SHA for 65b24c4
docs/reference/types/_includes/subscription_description.md
@@ -170,7 +170,7 @@ allowing you to customize your HTTP requests as follows:
170
- Wait for a invocation of the back-end service, before acknowledging
171
- To retry requests to your Webhook on a non-`2xx` HTTP status code
172
or other error, then you should enable and configure
173
- [events.webhooks.retry](../../config.md#eventswebhooksretry)
+ [events.webhooks.retry](../../config.html#eventswebhooksretry)
174
- The event is acknowledged once the request (with any retries), is
175
completed - regardless of whether the outcome was a success or failure.
176
- Use `fastack` to acknowledge against FireFly immediately and make multiple
0 commit comments