summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.2.rst
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2023-05-02 06:34:44 (GMT)
committerGitHub <noreply@github.com>2023-05-02 06:34:44 (GMT)
commit68ed2a2a3f1e715dc10724b0c000ec2fc498d11e (patch)
tree85c87e27dff1f6564b5b7047a111f18be1d7233b /Doc/whatsnew/2.2.rst
parent82ba6ce303d04a7b21034e38d220e23ca9f1dc0a (diff)
downloadcpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.zip
cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.gz
cpython-68ed2a2a3f1e715dc10724b0c000ec2fc498d11e.tar.bz2
GH-103484: Fix redirected permanently URLs (#104001)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
Diffstat (limited to 'Doc/whatsnew/2.2.rst')
-rw-r--r--Doc/whatsnew/2.2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.2.rst b/Doc/whatsnew/2.2.rst
index 0c3bfda..82aff0b 100644
--- a/Doc/whatsnew/2.2.rst
+++ b/Doc/whatsnew/2.2.rst
@@ -632,10 +632,10 @@ queen threatens another) and the Knight's Tour (a route that takes a knight to
every square of an $NxN$ chessboard without visiting any square twice).
The idea of generators comes from other programming languages, especially Icon
-(https://www.cs.arizona.edu/icon/), where the idea of generators is central. In
+(https://www2.cs.arizona.edu/icon/), where the idea of generators is central. In
Icon, every expression and function call behaves like a generator. One example
from "An Overview of the Icon Programming Language" at
-https://www.cs.arizona.edu/icon/docs/ipd266.htm gives an idea of what this looks
+https://www2.cs.arizona.edu/icon/docs/ipd266.htm gives an idea of what this looks
like::
sentence := "Store it in the neighboring harbor"