Skip to content

Commit 20d6a1e

Browse files
authored
docs: change link (#1450)
change the link that throws 404 We should still investigate why the redirect doesn't work & fix it, but this addresses the 404 that gets picked up by link-checker
1 parent b552a34 commit 20d6a1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sources/platform/storage/dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You can then use that variable to [access the dataset's items and manage it](/ap
147147

148148
> 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.
149149
150-
Check out the [Python API client documentation](/api/client/python/reference/class/DatasetClient) for [help with setup](/api/client/python/docs) and more details.
150+
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.
151151

152152
### Apify SDKs
153153

sources/platform/storage/key_value_store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ my_key_val_store_client = apify_client.key_value_store('jane-doe/my-key-val-stor
124124

125125
You can then use that variable to [access the key-value store's items and manage it](/api/client/python/reference/class/KeyValueStoreClient).
126126

127-
Check out the [Python API client documentation](/api/client/python/reference/class/KeyValueStoreClient) for [help with setup](/api/client/python/docs) and more details.
127+
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.
128128

129129
### Apify SDKs
130130

sources/platform/storage/request_queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ my_queue_client = apify_client.request_queue('jane-doe/my-request-queue')
135135

136136
You can then use that variable to [access the request queue's items and manage it](/api/client/python/reference/class/RequestQueueClient).
137137

138-
Check out the [Python API client documentation](/api/client/python/reference/class/RequestQueueClient) for [help with setup](/api/client/python/docs) and more details.
138+
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.
139139

140140
### Apify SDKs
141141

0 commit comments

Comments
 (0)