diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-08-08 11:00:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-08 11:00:17 (GMT) |
commit | cc9160a29bc3356ced92348bcd8e6668c67167c9 (patch) | |
tree | 17693f24e332b5c9fdab21801e912b086c498f5b /Doc/whatsnew | |
parent | 78a85a34ea2583b8489eeafba5b2018fa2048a4d (diff) | |
download | cpython-cc9160a29bc3356ced92348bcd8e6668c67167c9.zip cpython-cc9160a29bc3356ced92348bcd8e6668c67167c9.tar.gz cpython-cc9160a29bc3356ced92348bcd8e6668c67167c9.tar.bz2 |
gh-91838: Resolve more HTTP links which redirect to HTTPS (GH-95650)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.5.rst b/Doc/whatsnew/2.5.rst index ea78512..6c21682 100644 --- a/Doc/whatsnew/2.5.rst +++ b/Doc/whatsnew/2.5.rst @@ -2019,7 +2019,7 @@ https://www.sqlite.org. .. seealso:: - http://www.pysqlite.org + https://www.pysqlite.org The pysqlite web page. https://www.sqlite.org |