Skip to content

Commit e3b10cc

Browse files
mtrunkatclaude
andauthored
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

File tree

src/pages/sdk/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function Home() {
8383
exampleCodeSnippet={pythonExample}
8484
language="Python"
8585
githubRepoUrl="https://github.com/apify/apify-sdk-python"
86-
gettingStartedUrl="https://docs.apify.com/sdk/python/docs/overview/introduction"
86+
gettingStartedUrl="https://docs.apify.com/sdk/python/docs/overview"
8787
referenceUrl="https://docs.apify.com/sdk/python/reference"
8888
/>
8989
</StyledContent>

0 commit comments

Comments
 (0)