diff --git a/doc/api/runners.md b/doc/api/runners.md index 2a80d9e16c6454c24442344a3ab4401880236037..795b8cfbb4c1a13d270dc2db2026c5f339b48629 100644 --- a/doc/api/runners.md +++ b/doc/api/runners.md @@ -587,7 +587,7 @@ Example response: ## List project's runners -List all runners available in the project, including from ancestor groups and [any allowed shared runners](../ci/runners/runners_scope.md#enable-instance-runners-for-a-project). +List all runners available in the project, including from ancestor groups and [any allowed instance runners](../ci/runners/runners_scope.md#enable-instance-runners-for-a-project). Prerequisites: @@ -738,7 +738,7 @@ curl --request DELETE --header "PRIVATE-TOKEN: <your_access_token>" "https://git ## List group's runners -List all runners available in the group as well as its ancestor groups, including [any allowed shared runners](../ci/runners/runners_scope.md#enable-instance-runners-for-a-group). +List all runners available in the group as well as its ancestor groups, including [any allowed instance runners](../ci/runners/runners_scope.md#enable-instance-runners-for-a-group). Prerequisites: