From 15edc5ee28f944c34f582d5eb3f63a01f365965b Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Mon, 14 Mar 2022 19:11:13 -0500 Subject: [PATCH] PEP 339: Fix broken link (#2431) --- pep-0339.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0339.txt b/pep-0339.txt index f023cda56..18e97d023 100644 --- a/pep-0339.txt +++ b/pep-0339.txt @@ -564,7 +564,7 @@ References .. _SPARK: http://pages.cpsc.ucalgary.ca/~aycock/spark/ .. [#skip-peephole] Skip Montanaro's Peephole Optimizer Paper - (http://www.foretec.com/python/workshops/1998-11/proceedings/papers/montanaro/montanaro.html) + (https://legacy.python.org/workshops/1998-11/proceedings/papers/montanaro/montanaro.html) .. [#Bytecodehacks] Bytecodehacks Project (http://bytecodehacks.sourceforge.net/bch-docs/bch/index.html)