Commit e3b10cc
fix: Correct Python SDK getting started link (#2199)
The "Get started" button for the Python SDK was pointing to
/sdk/python/docs/overview/introduction which returns a 404. Changed it
to /sdk/python/docs/overview which is the correct URL.
Slack thread:
https://apify.slack.com/archives/C0L33UM7Z/p1769028437382859
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Fixes broken "Getting started" link for the Python SDK.
>
> - Updates `gettingStartedUrl` in `src/pages/sdk/index.tsx` for the
Python SDK `SdkSection` from `/sdk/python/docs/overview/introduction`
(404) to `/sdk/python/docs/overview`
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
0c9cf39. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude <noreply@anthropic.com>1 parent 25837b9 commit e3b10cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments