diff --git a/docsrc/conf.py b/docsrc/conf.py index 02400360..92cb8bfe 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -47,7 +47,7 @@ # For cross-linking to types from other libraries intersphinx_mapping = { 'python': ('https://docs.python.org/3', None), - 'awscrt': ('https://awslabs.github.io/aws-crt-python', None), + 'awscrt': ('https://awslabs.github.io/aws-crt-python/api', None), } # -- Options for HTML output ------------------------------------------------- diff --git a/setup.py b/setup.py index ce7fff0d..b91a320c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.13.13', + 'awscrt==0.13.14', ], python_requires='>=3.6', )