chore: fix python requests docs link
This commit is contained in:
parent
387cb4da16
commit
6ae0f5d3f1
|
@ -120,7 +120,7 @@ The LibreTime project wants to thank the following contributors for authoring PR
|
|||
|
||||
### Analyzer certificate verification
|
||||
|
||||
Analyzer no longer ignore certificate verification when performing a request. We recommend using Let's Encrypt to get a certificate. If you do rely on self signed certificate, please read the [requests](https://docs.python-requests.org/) documentation to provide a CA Bundle to verify the cert using environment variables.
|
||||
Analyzer no longer ignore certificate verification when performing a request. We recommend using Let's Encrypt to get a certificate. If you do rely on self signed certificate, please read the [requests](https://requests.readthedocs.io/) documentation to provide a CA Bundle to verify the cert using environment variables.
|
||||
|
||||
### Analyzer new command line interface
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ The LibreTime project wants to thank the following contributors for authoring PR
|
|||
|
||||
### Analyzer certificate verification
|
||||
|
||||
Analyzer no longer ignore certificate verification when performing a request. We recommend using Let's Encrypt to get a certificate. If you do rely on self signed certificate, please read the [requests](https://docs.python-requests.org/) documentation to provide a CA Bundle to verify the cert using environment variables.
|
||||
Analyzer no longer ignore certificate verification when performing a request. We recommend using Let's Encrypt to get a certificate. If you do rely on self signed certificate, please read the [requests](https://requests.readthedocs.io/) documentation to provide a CA Bundle to verify the cert using environment variables.
|
||||
|
||||
### Analyzer new command line interface
|
||||
|
||||
|
|
Loading…
Reference in New Issue