Replace dead URLs with working equivalents

This commit is contained in:
Olly Betts 2016-02-04 12:45:39 +13:00
commit c2228de096

View file

@ -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);