Skip to content

Commit 50a588e

Browse files
docs: Version docs for v3.0.1 [skip ci]
1 parent 0448daf commit 50a588e

4 files changed

Lines changed: 14239 additions & 13562 deletions

File tree

website/versioned_docs/version-3.0/01_introduction/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import CodeBlock from '@theme/CodeBlock';
1212
import UsageAsyncExample from '!!raw-loader!./code/01_usage_async.py';
1313
import UsageSyncExample from '!!raw-loader!./code/01_usage_sync.py';
1414

15-
The Apify API client for Python is the official library to access the [Apify REST API](/api/v2) from your Python applications. It provides useful features like automatic retries and convenience functions that improve the experience of using the Apify API.
15+
The Apify API client for Python is the official library to access the [Apify REST API](https://docs.apify.com/api/v2) from your Python applications. It provides useful features like automatic retries and convenience functions that improve the experience of using the Apify API.
1616

1717
The client simplifies interaction with the Apify platform by providing:
1818

19-
- Intuitive methods for working with [Actors](/platform/actors), [datasets](/platform/storage/dataset), [key-value stores](/platform/storage/key-value-store), and other Apify resources
19+
- Intuitive methods for working with [Actors](https://docs.apify.com/platform/actors), [Datasets](https://docs.apify.com/platform/storage/dataset), [Key-value stores](https://docs.apify.com/platform/storage/key-value-store), and other Apify resources
2020
- Both synchronous and asynchronous interfaces for flexible integration
2121
- Built-in [retries with exponential backoff](../02_concepts/05_retries.mdx) for failed requests
2222
- Comprehensive API coverage with JSON encoding (UTF-8) for all requests and responses

0 commit comments

Comments
 (0)