Skip to content

Commit 9534326

Browse files
committed
fix bad links
1 parent 19a5748 commit 9534326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/webhooks/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ curl --request GET \
106106

107107
<Edition name="saas" />
108108

109-
To subscribe a webhook, make a `POST` request to the `/V1/webhooks/subscribe` endpoint. [Create a webhook](./create-webhook.md) provides details about the contents of a webhook.
109+
To subscribe a webhook, make a `POST` request to the `/V1/webhooks/subscribe` endpoint. [Create a webhook](./conditional-webhooks.md) provides details about the contents of a webhook.
110110

111111
The following restrictions apply to the webhook request:
112112

@@ -125,7 +125,7 @@ The request body must include the following attributes:
125125
|---|---|---|---|---|
126126
| `hook_name` | String | A hook name that is unique within a batch. This value must contain English alphanumeric characters and underscores (_) only.| true | Not applicable |
127127
| `url` | String | The HTTP endpoint to send the request for processing. | true | Not applicable |
128-
| `webhook_method` | String | The webhook code name. The value must be in the form `<type>.<webhook_name>`, where `type` is either `observer` or `plugin`, and `webhook_name` matches a valid [Commerce webhook name](index.md#webhooks). | true | Not applicable |
128+
| `webhook_method` | String | The webhook code name. The value must be in the form `<type>.<webhook_name>`, where `type` is either `observer` or `plugin`, and `webhook_name` matches a valid Commerce webhook name. | true | Not applicable |
129129
| `webhook_type` | String | Specifies whether to execute the webhook `before` or `after` the original action. | true | Not applicable |
130130
| `batch_name` | String | A unique name for the batch. This value must contain English alphanumeric characters and underscores (_) only.| true | Not applicable |
131131

0 commit comments

Comments
 (0)