summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--NEWS4
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--doc/projects.html4
-rw-r--r--doc/tasks.html4
-rw-r--r--tests/cxx/t-ops2.cc2
7 files changed, 10 insertions, 10 deletions
diff --git a/INSTALL b/INSTALL
index f8a6fbc30..75199a1ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -70,7 +70,7 @@ Basics" in the manual.
Some known build problems are noted in the "Installing GMP" chapter of
the manual. Please report other problems to gmp-bugs@gmplib.org.
-The GMP web site is located here: http://gmplib.org/.
+The GMP web site is located here: https://gmplib.org/.
----------------
diff --git a/NEWS b/NEWS
index e6b316e8b..3a284cb88 100644
--- a/NEWS
+++ b/NEWS
@@ -214,7 +214,7 @@ Changes between GMP version 5.0.* and 5.1.0
This is more consistent with other powerpc systems.
* The coverage of the testsuite has been improved, using the lcov tool. See
- also http://gmplib.org/devel/lcov/.
+ also https://gmplib.org/devel/lcov/.
* It is now possible to compile GMP using a C++ compiler.
@@ -588,7 +588,7 @@ Changes between GMP version 4.2.1 and 4.2.2
Features:
* New support for x86_64-solaris
* New, rudimentary support for x86-apple-darwin and x86_64-apple-darwin.
- (Please see http://gmplib.org/macos.html for more information.)
+ (Please see https://gmplib.org/macos.html for more information.)
Changes between GMP version 4.2 and 4.2.1
diff --git a/README b/README
index a9b0220c7..013899dc0 100644
--- a/README
+++ b/README
@@ -98,7 +98,7 @@ the INSTALL file in this directory.
If you find a bug in the library, please make sure to tell us about it!
-You should first check the GNU MP web pages at http://gmplib.org/, under
+You should first check the GNU MP web pages at https://gmplib.org/, under
"Status of the current release". There will be patches for all known serious
bugs there.
diff --git a/configure.ac b/configure.ac
index 956e8d1e4..4b7cb80d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AH_TOP(/*GMP_COPYRIGHT*/)
AC_REVISION($Revision$)
AC_PREREQ(2.59)
-AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs@gmplib.org, see http://gmplib.org/manual/Reporting-Bugs.html], gmp)
+AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html], gmp)
AC_CONFIG_SRCDIR(gmp-impl.h)
m4_pattern_forbid([^[ \t]*GMP_])
m4_pattern_allow(GMP_LDFLAGS)
diff --git a/doc/projects.html b/doc/projects.html
index 69290b40a..4a105142b 100644
--- a/doc/projects.html
+++ b/doc/projects.html
@@ -47,8 +47,8 @@ see https://www.gnu.org/licenses/.
<hr>
<!-- NB. timestamp updated automatically by emacs -->
- This file current as of 28 Nov 2013. An up-to-date version is available at
- <a href="http://gmplib.org/projects.html">http://gmplib.org/projects.html</a>.
+ This file current as of 29 Jan 2014. An up-to-date version is available at
+ <a href="https://gmplib.org/projects.html">https://gmplib.org/projects.html</a>.
Please send comments about this page to gmp-devel<font>@</font>gmplib.org.
<p> This file lists projects suitable for volunteers. Please see the
diff --git a/doc/tasks.html b/doc/tasks.html
index 9d5c3a760..9a25bef1a 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -47,8 +47,8 @@ see https://www.gnu.org/licenses/.
<hr>
<!-- NB. timestamp updated automatically by emacs -->
- This file current as of 28 Nov 2013. An up-to-date version is available at
- <a href="http://gmplib.org/tasks.html">http://gmplib.org/tasks.html</a>.
+ This file current as of 29 Jan 2014. An up-to-date version is available at
+ <a href="https://gmplib.org/tasks.html">https://gmplib.org/tasks.html</a>.
Please send comments about this page to gmp-devel<font>@</font>gmplib.org.
<p> These are itemized GMP development tasks. Not all the tasks
diff --git a/tests/cxx/t-ops2.cc b/tests/cxx/t-ops2.cc
index 5d8dce23a..3a25442aa 100644
--- a/tests/cxx/t-ops2.cc
+++ b/tests/cxx/t-ops2.cc
@@ -190,7 +190,7 @@ void checkf (){
ASSERT_ALWAYS(sqrt(mpf_class(7))<2.65);
ASSERT_ALWAYS(sqrt(mpf_class(0))==0);
// TODO: add some consistency checks, as described in
- // http://gmplib.org/list-archives/gmp-bugs/2013-February/002940.html
+ // https://gmplib.org/list-archives/gmp-bugs/2013-February/002940.html
CHECK1(mpf_class,1.9,trunc);
CHECK1(mpf_class,1.9,floor);
CHECK1(mpf_class,1.9,ceil);