diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-10 20:19:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 20:19:29 (GMT) |
commit | 1b4bdb4cd71df6339da3f247516e0c642f40c37e (patch) | |
tree | 30117c43c4a546d0d0088e1fc96c3cd8ded6e8ec /Misc | |
parent | b86e62644fb394402850fbc16ca0b8b3638b8378 (diff) | |
download | cpython-1b4bdb4cd71df6339da3f247516e0c642f40c37e.zip cpython-1b4bdb4cd71df6339da3f247516e0c642f40c37e.tar.gz cpython-1b4bdb4cd71df6339da3f247516e0c642f40c37e.tar.bz2 |
bpo-37149: Change Shipman tkinter link from archive.org to TkDocs (GH-22188)
The new link responds much faster and begins with a short explanation of the status of the doc.
(cherry picked from commit 06d0b8b67e8aebd8fe4c34e97d6915c11f4afa30)
Co-authored-by: Mark Roseman <mark@markroseman.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst b/Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst new file mode 100644 index 0000000..aeca652 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-09-10-07-48-02.bpo-37149.VD0rCv.rst @@ -0,0 +1 @@ +Change Shipman tkinter doc link from archive.org to TkDocs. (The doc has been removed from the NMT server.) The new link responds much faster and includes a short explanatory note. |