Skip to content

Commit 99bdfd7

Browse files
committed
Update README.md
1 parent 5af3157 commit 99bdfd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ In sum, to solve this issue, you can either follow one of the methods described
244244

245245
This error is thrown when the urllib library (a built in library in Python that we use to send HTTP requests) is unable to locate the CA files on the client machine. From our experience, this error occurs exclusively on Macs where the Python SDK is incorrectly installed.
246246

247-
To solve this temporarily for **testing purposes**, you could temporary disable SSL verifications as described in [here](SSL-verification), however, we do not recommend this in a production scenario. Instead, a better solution is to fix the root cause why the Python environment cannot find the CA files.
247+
To solve this temporarily for **testing purposes**, you could temporary disable SSL verifications as described in [here](#ssl-verification), however, we do not recommend this in a production scenario. Instead, a better solution is to fix the root cause why the Python environment cannot find the CA files.
248248

249249
This can be fixed in at least two ways:
250250

0 commit comments

Comments
 (0)