From 82825551ab7f270e49d13ed717a1426036882760 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Mon, 31 May 2021 11:45:32 +0300 Subject: [PATCH 1/2] Fix broken references in PEP 515 --- pep-0515.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0515.txt b/pep-0515.txt index be5fbe4f752..7c758052908 100644 --- a/pep-0515.txt +++ b/pep-0515.txt @@ -179,7 +179,7 @@ References .. [3] http://perldoc.perl.org/perldata.html#Scalar-value-constructors -.. [4] http://doc.rust-lang.org/reference.html#number-literals +.. [4] https://web.archive.org/web/20160304121349/http://doc.rust-lang.org/reference.html#integer-literals .. [5] https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/LexicalStructure.html @@ -189,7 +189,7 @@ References .. [8] http://archive.adaic.com/standards/83lrm/html/lrm-02-04.html#2.4 -.. [9] http://docs.julialang.org/en/release-0.4/manual/integers-and-floating-point-numbers/ +.. [9] https://web.archive.org/web/20160223175334/http://docs.julialang.org/en/release-0.4/manual/integers-and-floating-point-numbers/ .. [10] http://ruby-doc.org/core-2.3.0/doc/syntax/literals_rdoc.html#label-Numbers From ca6d20e7a3dbfdba1673cf43dbee0de2ce1e3117 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Mon, 31 May 2021 12:10:53 +0300 Subject: [PATCH 2/2] Fix redirects (mostly http -> https) --- pep-0515.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0515.txt b/pep-0515.txt index 7c758052908..6cb1864f305 100644 --- a/pep-0515.txt +++ b/pep-0515.txt @@ -175,13 +175,13 @@ References .. [1] http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3499.html -.. [2] http://dlang.org/spec/lex.html#integerliteral +.. [2] https://dlang.org/spec/lex.html#integerliteral -.. [3] http://perldoc.perl.org/perldata.html#Scalar-value-constructors +.. [3] https://perldoc.perl.org/perldata#Scalar-value-constructors .. [4] https://web.archive.org/web/20160304121349/http://doc.rust-lang.org/reference.html#integer-literals -.. [5] https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/LexicalStructure.html +.. [5] https://docs.swift.org/swift-book/ReferenceManual/LexicalStructure.html .. [6] https://github.com/dotnet/roslyn/issues/216 @@ -191,7 +191,7 @@ References .. [9] https://web.archive.org/web/20160223175334/http://docs.julialang.org/en/release-0.4/manual/integers-and-floating-point-numbers/ -.. [10] http://ruby-doc.org/core-2.3.0/doc/syntax/literals_rdoc.html#label-Numbers +.. [10] https://ruby-doc.org/core-2.3.0/doc/syntax/literals_rdoc.html#label-Numbers .. [11] https://mail.python.org/pipermail/python-dev/2016-February/143283.html