summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-09-27 11:08:11 (GMT)
committerGitHub <noreply@github.com>2022-09-27 11:08:11 (GMT)
commitdd53b79de0ea98af6a11481217a961daef4e9774 (patch)
tree2cf023dbe74e517577a9ab758e6147d4a91ae095 /Doc/library/tkinter.rst
parentadbed2d542a815b8175db965742211856b19b52f (diff)
downloadcpython-dd53b79de0ea98af6a11481217a961daef4e9774.zip
cpython-dd53b79de0ea98af6a11481217a961daef4e9774.tar.gz
cpython-dd53b79de0ea98af6a11481217a961daef4e9774.tar.bz2
gh-96959: Update more HTTP links (GH-97536)
Use HTTPS for documents which are available by both HTTP and HTTPS links, but there is no redirection from HTTP to HTTPS or vice versa.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 0d2b344..c8e4317 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -38,7 +38,7 @@ details that are unchanged.
.. seealso::
- * `TkDocs <http://tkdocs.com/>`_
+ * `TkDocs <https://tkdocs.com/>`_
Extensive tutorial on creating user interfaces with Tkinter. Explains key concepts,
and illustrates recommended approaches using the modern API.