Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.
Addresses issue #18438
diff --git a/Lib/decimal.py b/Lib/decimal.py
index 361126f..04bf5c2 100644
--- a/Lib/decimal.py
+++ b/Lib/decimal.py
@@ -25,7 +25,7 @@
 
 and IEEE standard 854-1987:
 
-    www.cs.berkeley.edu/~ejr/projects/754/private/drafts/854-1987/dir.html
+    http://en.wikipedia.org/wiki/IEEE_854-1987
 
 Decimal floating point has finite precision with arbitrarily large bounds.