Issue #10446 NEWS entry
diff --git a/Misc/NEWS b/Misc/NEWS
index f99919e..ae26a99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@
 Library
 -------
 
+- Issue #10446: Module documentation generated by pydoc now links to a
+  version-specific online reference manual.
+
 - Make the 'No module named' exception message from importlib consistent.
 
 - Issue #10443: Add the SSLContext.set_default_verify_paths() method.