Skip to content

Commit 6ab9ec5

Browse files
committed
test fix for api ref anchors
1 parent 3fc4551 commit 6ab9ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/tutorials/api/run_actor_and_retrieve_data_via_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If the Actor being run via API takes 5 minutes or less to complete a typical run
2828

2929
> If you are unsure about the differences between an Actor and a task, you can read about them in the [tasks](/platform/actors/running/tasks) documentation. In brief, tasks are just pre-configured inputs for Actors.
3030
31-
The API endpoints and usage (for both sync and async) for [Actors](/api/v2#/reference/actors/run-collection/run-actor) and [tasks](/api/v2#/reference/actor-tasks/run-collection/run-task) are essentially the same.
31+
The API endpoints and usage (for both sync and async) for [Actors](/api/v2#tag/ActorsRun-collection/operation/act_runs_post) and [tasks](/api/v2#/reference/actor-tasks/run-collection/run-task) are essentially the same.
3232

3333
To run, or **call**, an Actor/task, you will need a few things:
3434

0 commit comments

Comments
 (0)