Skip to content

Commit 4c88d25

Browse files
docs: correct Python client link in navigation menu (#2300)
1 parent 13eb4bf commit 4c88d25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apify-docs-theme/src/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const themeConfig = {
5959
},
6060
{
6161
label: 'Client for Python',
62-
href: `${absoluteUrl}/api/client/python/docs/overview`,
62+
href: `${absoluteUrl}/api/client/python/docs`,
6363
target: '_self',
6464
rel: 'dofollow',
6565
},
@@ -194,7 +194,7 @@ const themeConfig = {
194194
},
195195
{
196196
label: 'Client for Python',
197-
href: `${absoluteUrl}/api/client/python/docs/overview`,
197+
href: `${absoluteUrl}/api/client/python/docs`,
198198
target: '_self',
199199
rel: 'dofollow',
200200
},

0 commit comments

Comments
 (0)