summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2022-09-30 22:35:09 +0200
committerMarc Glisse <marc.glisse@inria.fr>2022-09-30 22:35:09 +0200
commit0d899c7673372b91526faec783b0ee4755868a6f (patch)
tree64e85055b1822c2559e9f84ff93877f2f1358239
parentdbcd5a39702fa91d757d412e422a945ed079ec35 (diff)
downloadgmp-0d899c7673372b91526faec783b0ee4755868a6f.tar.gz
Update URL for MPFR
-rw-r--r--ChangeLog5
-rw-r--r--doc/gmp.texi2
-rw-r--r--doc/projects.html2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 19866243e..486d03a8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-09-30 Marc Glisse <marc.glisse@inria.fr>
+
+ * doc/projects.html: Update URL for MPFR.
+ * doc/gmp.texi: Likewise.
+
2022-08-11 Marco Bodrato <bodrato@mail.dm.unipi.it>
* mpz/primorial_ui.c: Rename some variables and add comments.
diff --git a/doc/gmp.texi b/doc/gmp.texi
index efa40722a..6334e54c4 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -4717,7 +4717,7 @@ computer often differ from the results on a computer with a different word
size.
New projects should consider using the GMP extension library MPFR
-(@url{http://mpfr.org}) instead. MPFR provides well-defined precision and
+(@url{https://www.mpfr.org/}) instead. MPFR provides well-defined precision and
accurate rounding, and thereby naturally extends IEEE P754.
@menu
diff --git a/doc/projects.html b/doc/projects.html
index 4a105142b..34bbb5204 100644
--- a/doc/projects.html
+++ b/doc/projects.html
@@ -456,7 +456,7 @@ see https://www.gnu.org/licenses/.
functions are desirable: acos, acosh, asin, asinh, atan, atanh, atan2,
cos, cosh, exp, log, log10, pow, sin, sinh, tan, tanh.
- <p> Note that the <a href="http://mpfr.org">mpfr</a> functions already
+ <p> Note that the <a href="https://www.mpfr.org/">mpfr</a> functions already
provide these functions, and that we usually recommend new programs to use
mpfr instead of mpf.
</ul>