aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-25 19:54:07 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-25 19:54:07 +0200
commite7df7131092924b2d4ef1f41bac3d03affa9485b (patch)
tree48326fff7a17e443e2c14eacb3e7339420bf6f5c /doc/gawk.texi
parentb334ca8db1959020a9e35865c78ce81b829b48a9 (diff)
downloadegawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.tar.gz
egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.tar.bz2
egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.zip
Fix another bad URL.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index dd5507d5..a0995368 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -31007,7 +31007,7 @@ When asked about the algorithm used, Katie replied:
@quotation
It's not that well known but it's not that obscure either.
It's Euler's modification to Newton's method for calculating pi.
-Take a look at lines (23) - (25) here: @uref{http://mathworld.wolfram.com/PiFormulas.htm}.
+Take a look at lines (23) - (25) here: @uref{http://mathworld.wolfram.com/PiFormulas.html}.
The algorithm I wrote simply expands the multiply by 2 and works from
the innermost expression outwards. I used this to program HP calculators