Skip to content

Commit af85e92

Browse files
Fix Python client URL path
1 parent 7c338a2 commit af85e92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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/introduction/overview`,
62+
href: `${absoluteUrl}/api/client/python/docs/overview`,
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/introduction/overview`,
197+
href: `${absoluteUrl}/api/client/python/docs/overview`,
198198
target: '_self',
199199
rel: 'dofollow',
200200
},

0 commit comments

Comments
 (0)