From 6ae0f5d3f1ec99fa3c7661a7c0f17d2192635eed Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 16 Jun 2022 15:20:30 +0200 Subject: [PATCH] chore: fix python requests docs link --- docs/releases/3.0.0-alpha.11.md | 2 +- .../version-3.0.0-alpha.12/releases/3.0.0-alpha.11.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/3.0.0-alpha.11.md b/docs/releases/3.0.0-alpha.11.md index 3713faa37..948bc7b1c 100644 --- a/docs/releases/3.0.0-alpha.11.md +++ b/docs/releases/3.0.0-alpha.11.md @@ -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 diff --git a/website/versioned_docs/version-3.0.0-alpha.12/releases/3.0.0-alpha.11.md b/website/versioned_docs/version-3.0.0-alpha.12/releases/3.0.0-alpha.11.md index 3713faa37..948bc7b1c 100644 --- a/website/versioned_docs/version-3.0.0-alpha.12/releases/3.0.0-alpha.11.md +++ b/website/versioned_docs/version-3.0.0-alpha.12/releases/3.0.0-alpha.11.md @@ -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