diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-23 03:43:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 03:43:15 (GMT) |
commit | ee5e1e4ee6aebd20adacf2eb52053d0bd2324777 (patch) | |
tree | f0db399782ee2c1da4cfb77095d7f56c05c7ee4d | |
parent | ee2ddc2d445dd6b549710d3fbf729805e0d97cd3 (diff) | |
download | cpython-ee5e1e4ee6aebd20adacf2eb52053d0bd2324777.zip cpython-ee5e1e4ee6aebd20adacf2eb52053d0bd2324777.tar.gz cpython-ee5e1e4ee6aebd20adacf2eb52053d0bd2324777.tar.bz2 |
Closes gh-94152: Update pyvideo.org URL (GH-94075)
The URL is now https://pyvideo.org, which uses HTTPS and avoids a redirect.
(cherry picked from commit 7c439dca13435085efb2fddf9ac75e5305db7ada)
Co-authored-by: partev <petrosyan@gmail.com>
-rw-r--r-- | Doc/tutorial/whatnow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index efd032b..5f7010c 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -45,7 +45,7 @@ More Python resources: Particularly notable contributions are collected in a book also titled Python Cookbook (O'Reilly & Associates, ISBN 0-596-00797-3.) -* http://www.pyvideo.org collects links to Python-related videos from +* https://pyvideo.org collects links to Python-related videos from conferences and user-group meetings. * https://scipy.org: The Scientific Python project includes modules for fast |