We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2193a3 commit 9e3a1cbCopy full SHA for 9e3a1cb
.editorconfig
@@ -10,3 +10,6 @@ end_of_line = lf
10
11
[Makefile]
12
indent_style = tab
13
+
14
+[{*.yaml, *.yml}]
15
+indent_size = 2
setup.py
@@ -24,7 +24,7 @@
24
author_email='[email protected]',
25
url='https://github.com/apify/apify-client-python',
26
project_urls={
27
- 'Documentation': 'https://docs.apify.com/apify-client-python',
+ 'Documentation': 'https://docs.apify.com/api/client/python',
28
'Source': 'https://github.com/apify/apify-client-python',
29
'Issue tracker': 'https://github.com/apify/apify-client-python/issues',
30
'Apify Homepage': 'https://apify.com',
0 commit comments