Skip to content

Commit

Permalink
fix: broken link to Python SDK (#729)
Browse files Browse the repository at this point in the history
I came across a broken link, so fixing it.
  • Loading branch information
vdusek authored Oct 5, 2023
1 parent 4f46ae3 commit 29f83c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/platform/storage/request_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ There are five ways to access your request queues:

* [Apify Console](https://console.apify.com/storage?tab=requestQueues) - provides an easy-to-understand interface [[details](#apify-console)].
* [JavaScript SDK](/sdk/js/docs/guides/result-storage#request-queue) - when building your own JavaScript Actor [[details](#javascript-sdk)].
* [Python SDK](sdk/python/docs/concepts/storages#working-with-request-queues) - when building your own Python Actor [[details](#python-sdk)].
* [Python SDK](/sdk/python/docs/concepts/storages#working-with-request-queues) - when building your own Python Actor [[details](#python-sdk)].
* [JavaScript API client](/api/client/js/reference/class/RequestQueueClient) - to access your request queues from any Node.js application [[details](#javascript-api-client)].
* [Python API client](/api/client/python/reference/class/RequestQueueClient) - to access your request queues from any Python application [[details](#python-api-client)].
* [Apify API](/api/v2#/reference/request-queues) - for accessing your request queues programmatically [[details](#apify-api)].
Expand Down

0 comments on commit 29f83c2

Please sign in to comment.