diff options
author | Oleg Iarygin <oleg@arhadthedev.net> | 2022-06-21 18:55:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 18:55:18 (GMT) |
commit | f62ff97f31a775cc7956adeae32c14e7c85bdc15 (patch) | |
tree | 3c42c4a312807cc6cab6c0c124b235bb44e743cd /Doc/license.rst | |
parent | 7327d61abec965f309d10847d0e37faef680c18c (diff) | |
download | cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.zip cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.gz cpython-f62ff97f31a775cc7956adeae32c14e7c85bdc15.tar.bz2 |
gh-93851: Fix all broken links in Doc/ (GH-93853)
Diffstat (limited to 'Doc/license.rst')
-rw-r--r-- | Doc/license.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index e0ca5f2..e0276b4 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -626,9 +626,9 @@ strtod and dtoa The file :file:`Python/dtoa.c`, which supplies C functions dtoa and strtod for conversion of C doubles to and from strings, is derived from the file of the same name by David M. Gay, currently available -from http://www.netlib.org/fp/. The original file, as retrieved on -March 16, 2009, contains the following copyright and licensing -notice:: +from https://web.archive.org/web/20220517033456/http://www.netlib.org/fp/dtoa.c. +The original file, as retrieved on March 16, 2009, contains the following +copyright and licensing notice:: /**************************************************************** * |