Skip to content

Commit 1a51365

Browse files
committed
fix broken link
1 parent 57a706b commit 1a51365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/actors/running/runs_and_builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can abort runs with the statuses **READY**, **RUNNING**, or **TIMING-OUT** i
9999
- _Immediately_ - this is the default option. The Actor process is killed immediately with no grace period.
100100
- _Gracefully_ - the Actor run receives a signal about aborting via the `aborting` event and is granted a 30-second window to finish in-progress tasks before getting aborted. This is helpful in cases where you plan to resurrect the run later because it gives the Actor a chance to persist its state. When resurrected, the Actor can restart where it left off.
101101

102-
You can abort a run in Apify Console using the **Abort** button or via API using the [Abort run](/v2/actor-run-abort-post) endpoint.
102+
You can abort a run in Apify Console using the **Abort** button or via API using the [Abort run](/api/v2/actor-run-abort-post) endpoint.
103103

104104
### Resurrection of finished run
105105

0 commit comments

Comments
 (0)