diff --git a/spec.html b/spec.html index 264e39164f..be1ef40f72 100644 --- a/spec.html +++ b/spec.html @@ -2370,7 +2370,7 @@

Implementers of ECMAScript may find useful the paper and code written by David M. Gay for binary-to-decimal conversion of floating-point numbers:

Gay, David M. Correctly Rounded Binary-Decimal and Decimal-Binary Conversions. Numerical Analysis, Manuscript 90-10. AT&T Bell Laboratories (Murray Hill, New Jersey). 30 November 1990. Available as
- http://ampl.com/REFS/abstracts.html#rounding. Associated code available as
+ https://ampl.com/_archive/first-website/REFS/rounding.pdf. Associated code available as
http://netlib.sandia.gov/fp/dtoa.c and as
http://netlib.sandia.gov/fp/g_fmt.c and may also be found at the various `netlib` mirror sites.