Skip to content

Commit aaed9cd

Browse files
vdusekclaude
andcommitted
docs: Use ApiLink component for API reference link in upgrading guide
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 92886b3 commit aaed9cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Upgrading to v2
44
description: Breaking changes and migration guide from v1 to v2.
55
---
66

7+
import ApiLink from '@site/src/components/ApiLink';
8+
79
This page summarizes the breaking changes between Apify Python API Client v1.x and v2.0.
810

911
## Python version support
@@ -41,4 +43,4 @@ Some modules have been restructured.
4143

4244
### Errors
4345

44-
- Error classes are now accessible from the public `apify_client.errors` module. See the [API documentation](https://docs.apify.com/api/client/python/reference/class/ApifyApiError) for a complete list of available error classes.
46+
- Error classes are now accessible from the public `apify_client.errors` module. See the <ApiLink to="class/ApifyApiError">`ApifyApiError`</ApiLink> API reference for a complete list of available error classes.

0 commit comments

Comments
 (0)