Add a link about the Public Review Issue #29
diff --git a/Misc/NEWS b/Misc/NEWS
index 35c5ab9..4ce035f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,7 +100,7 @@
 - Issue #6906: Tk should not set Unicode environment variables on Windows.
 
 - Issue #1054943: Fix ``unicodedata.normalize('NFC', text)`` for the Public
-  Review Issue #29.
+  Review Issue #29 (http://unicode.org/review/pr-29.html).
 
 - Issue #7494: Fix a crash in ``_lsprof`` (cProfile) after clearing the profiler,
   reset also the pointer to the current pointer context.