aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
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/gawktexi.in
parentb334ca8db1959020a9e35865c78ce81b829b48a9 (diff)
downloadegawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.tar.gz
egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.tar.bz2
egawk-e7df7131092924b2d4ef1f41bac3d03affa9485b.zip
Fix another bad URL.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index b366f0d1..dfa8cc03 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -30099,7 +30099,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