From c2228de09662bd1a22f9966edf7a4879d3ce5d84 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 4 Feb 2016 12:45:39 +1300 Subject: [PATCH] Replace dead URLs with working equivalents --- Lib/python/pythonkw.swg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/python/pythonkw.swg b/Lib/python/pythonkw.swg index 2f76a664a..b6fc62218 100644 --- a/Lib/python/pythonkw.swg +++ b/Lib/python/pythonkw.swg @@ -8,7 +8,7 @@ /* Warnings for Python keywords - http://www.fnorb.org/docs/1.2/Fnorb-Guide/node62.html + https://docs.python.org/2/reference/lexical_analysis.html#keywords */ PYTHONKW(and); @@ -43,7 +43,7 @@ PYTHONKW(yield); /* built-in functions - http://www.zvon.org/other/python/doc21/lib/built-in-funcs.html + https://docs.python.org/2/library/functions.html */ PYTHONBN(abs);