From d63d1b9da8ce65a0fb7d7d6f0d735895478832c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= Date: Wed, 19 Feb 2025 11:50:30 +0100 Subject: [PATCH] docs: fix broken link in Schedules introduction --- apify-api/openapi/components/tags.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apify-api/openapi/components/tags.yaml b/apify-api/openapi/components/tags.yaml index dd79b246a5..32b1a313ac 100644 --- a/apify-api/openapi/components/tags.yaml +++ b/apify-api/openapi/components/tags.yaml @@ -360,8 +360,7 @@ can be associated with a number of Actors and Actor tasks. It is also possible to override the settings of each Actor (task) similarly to when invoking the Actor (task) using the API. - For more information, see [Schedules documentation](https://docs.apify.com/platform/schedules">Schedules - documentation). + For more information, see [Schedules documentation](https://docs.apify.com/platform/schedules). Each schedule is assigned actions for it to perform. Actions can be of two types - `RUN_ACTOR` and `RUN_ACTOR_TASK`.