diff --git a/sources/platform/storage/dataset.md b/sources/platform/storage/dataset.md index ae8ac4b359..44781852aa 100644 --- a/sources/platform/storage/dataset.md +++ b/sources/platform/storage/dataset.md @@ -147,7 +147,7 @@ You can then use that variable to [access the dataset's items and manage it](/ap > When using the [`.list_items()`](/api/client/python/reference/class/DatasetClient#list_items) method, if you fill both `omit` and `field` parameters with the same value, then `omit` parameter will take precedence and the field is excluded from the results. -Check out the [Python API client documentation](/api/client/python/reference/class/DatasetClient) for [help with setup](/api/client/python/docs) and more details. +Check out the [Python API client documentation](/api/client/python/reference/class/DatasetClient) for [help with setup](/api/client/python/docs/overview/introduction) and more details. ### Apify SDKs diff --git a/sources/platform/storage/key_value_store.md b/sources/platform/storage/key_value_store.md index 47afd01a98..6176a66d02 100644 --- a/sources/platform/storage/key_value_store.md +++ b/sources/platform/storage/key_value_store.md @@ -124,7 +124,7 @@ my_key_val_store_client = apify_client.key_value_store('jane-doe/my-key-val-stor You can then use that variable to [access the key-value store's items and manage it](/api/client/python/reference/class/KeyValueStoreClient). -Check out the [Python API client documentation](/api/client/python/reference/class/KeyValueStoreClient) for [help with setup](/api/client/python/docs) and more details. +Check out the [Python API client documentation](/api/client/python/reference/class/KeyValueStoreClient) for [help with setup](/api/client/python/docs/overview/introduction) and more details. ### Apify SDKs diff --git a/sources/platform/storage/request_queue.md b/sources/platform/storage/request_queue.md index 695ebdf12e..5702a4b08e 100644 --- a/sources/platform/storage/request_queue.md +++ b/sources/platform/storage/request_queue.md @@ -135,7 +135,7 @@ my_queue_client = apify_client.request_queue('jane-doe/my-request-queue') You can then use that variable to [access the request queue's items and manage it](/api/client/python/reference/class/RequestQueueClient). -Check out the [Python API client documentation](/api/client/python/reference/class/RequestQueueClient) for [help with setup](/api/client/python/docs) and more details. +Check out the [Python API client documentation](/api/client/python/reference/class/RequestQueueClient) for [help with setup](/api/client/python/docs/overview/introduction) and more details. ### Apify SDKs