Skip to content

Commit 34de0da

Browse files
committed
further link fix
1 parent 0db1574 commit 34de0da

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/integrations/programming/webhooks

1 file changed

+1
-1
lines changed

sources/platform/integrations/programming/webhooks/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ The description is an optional string that you can add to the webhook. It serves
183183

184184
The `resource` variable represents the triggering system resource. For example, when using the `ACTOR.RUN.SUCCEEDED` event, the resource is the Actor run. The variable will be replaced by the `Object` that you would receive as a response from the relevant API at the moment when the webhook is triggered. For the Actor run resource, it would be the response of the [Get Actor run](/api/v2/actor-run-get) API endpoint.
185185

186-
In addition to Actor runs, webhooks also support various events related to Actor builds. In such cases, the resource object will look like the response of the [Get Actor build](/api/v2#/reference/actor-builds/build-object/get-build) API endpoint.
186+
In addition to Actor runs, webhooks also support various events related to Actor builds. In such cases, the resource object will look like the response of the [Get Actor build](/api/v2/actor-build-get) API endpoint.

0 commit comments

Comments
 (0)