Skip to content

Commit 8c97c33

Browse files
committed
Fix missing trailing slash
1 parent 9e3a1cb commit 8c97c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author_email='[email protected]',
2525
url='https://github.com/apify/apify-client-python',
2626
project_urls={
27-
'Documentation': 'https://docs.apify.com/api/client/python',
27+
'Documentation': 'https://docs.apify.com/api/client/python/',
2828
'Source': 'https://github.com/apify/apify-client-python',
2929
'Issue tracker': 'https://github.com/apify/apify-client-python/issues',
3030
'Apify Homepage': 'https://apify.com',

0 commit comments

Comments
 (0)