Skip to content

Commit 88908b5

Browse files
authored
Fix link to docs (#103)
* Bypass Jekyll so Github Pages serves docs/index.html * Fix README's link to docs * Attempt to reduce CI failures by having longer connect timeout
1 parent 7ae2782 commit 88908b5

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This document provides information about the AWS IoT device SDK for Python V2.
33

44
If you have any issues or feature requests, please file an issue or pull request.
55

6-
API documentation: https://awslabs.github.io/aws-iot-device-sdk-python-v2/
6+
API documentation: https://aws.github.io/aws-iot-device-sdk-python-v2/
77

88
This SDK is built on the AWS Common Runtime, a collection of libraries
99
([aws-c-common](https://github.com/awslabs/aws-c-common),

docs/.nojekyll

Whitespace-only changes.

samples/basic_discovery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
tls_context = io.ClientTlsContext(tls_options)
4545

4646
socket_options = io.SocketOptions()
47-
socket_options.connect_timeout_ms = 3000
4847

4948
print('Performing greengrass discovery...')
5049
discovery_client = DiscoveryClient(client_bootstrap, socket_options, tls_context, args.region)

0 commit comments

Comments
 (0)