From 5264b312c3da254b5580ed860a1f1382b63e29e4 Mon Sep 17 00:00:00 2001 From: Emily Morehouse Date: Sat, 21 Jul 2018 17:07:02 -0600 Subject: [PATCH] PEP 306: Updtae the urls to devguide and bpo (#745) --- pep-0306.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0306.txt b/pep-0306.txt index 2271a83a7..f066e44ff 100644 --- a/pep-0306.txt +++ b/pep-0306.txt @@ -93,10 +93,10 @@ References ========== .. [1] CPython Developer's Guide: Changing CPython's Grammar - http://cpython-devguide.readthedocs.io/en/latest/grammar.html + https://devguide.python.org/grammar/ .. [2] SF Bug #676521, parser module validation failure - http://www.python.org/sf/676521 + https://bugs.python.org/issue676521 Copyright