Skip to content

Commit 8387ab7

Browse files
authored
docs: use absolute URLs for cross-repo platform doc links (#810)
1 parent 252e0e4 commit 8387ab7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/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

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

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

16-
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.
16+
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.
1717

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

20-
- Intuitive methods for working with [Actors](/platform/actors), [datasets](/platform/storage/dataset), [key-value stores](/platform/storage/key-value-store), and other Apify resources
20+
- 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
2121
- Both synchronous and asynchronous interfaces for flexible integration
2222
- Built-in [retries with exponential backoff](../02_concepts/05_retries.mdx) for failed requests
2323
- Comprehensive API coverage with JSON encoding (UTF-8) for all requests and responses

0 commit comments

Comments
 (0)