diff options
author | partev <petrosyan@gmail.com> | 2022-06-23 03:35:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 03:35:02 (GMT) |
commit | 7c439dca13435085efb2fddf9ac75e5305db7ada (patch) | |
tree | a87e34f99d43cc4ed1b4f2238f3884249934daef /Doc/tutorial/whatnow.rst | |
parent | 9877f4c6249ac7f374dc48beaf21ea2bf3ee6996 (diff) | |
download | cpython-7c439dca13435085efb2fddf9ac75e5305db7ada.zip cpython-7c439dca13435085efb2fddf9ac75e5305db7ada.tar.gz cpython-7c439dca13435085efb2fddf9ac75e5305db7ada.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.
Diffstat (limited to 'Doc/tutorial/whatnow.rst')
-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 |