Correct URL to the official UnicodeData 3.2.0 resource. (Reported
by Darek Suchojad)
diff --git a/Modules/unicodedata.c b/Modules/unicodedata.c
index 1749d97..021bacf 100644
--- a/Modules/unicodedata.c
+++ b/Modules/unicodedata.c
@@ -994,7 +994,7 @@
 \n\
 The module uses the same names and symbols as defined by the\n\
 UnicodeData File Format 3.2.0 (see\n\
-http://www.unicode.org/Public/UNIDATA/UnicodeData.html).");
+http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html).");
 
 PyMODINIT_FUNC
 initunicodedata(void)