[Gmp-commit] /var/hg/www: More link fixes.

mercurial at gmplib.org mercurial at gmplib.org
Mon Dec 2 21:43:29 UTC 2013


details:   /var/hg/www/rev/14b149d2352e
changeset: 128:14b149d2352e
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Mon Dec 02 22:43:27 2013 +0100
description:
More link fixes.

diffstat:

 devel/index.html  |  2 +-
 gmpbench.html     |  2 +-
 oldrel/index.html |  8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (60 lines):

diff -r f5e0508ef584 -r 14b149d2352e devel/index.html
--- a/devel/index.html	Mon Dec 02 20:21:44 2013 +0100
+++ b/devel/index.html	Mon Dec 02 22:43:27 2013 +0100
@@ -41,7 +41,7 @@
 
 <table border="0" cellspacing="2" cellpadding="1">
   <tr><td align=right> Documentation: <td> <a href="../manual/">Online</a> | <a href="../gmp-man-5.1.3.pdf">PDF</a></tr>
-  <tr><td align=right> Development sources: <td> <a href="http://hg.gmplib.org:8000/">GMP repository</a> - <a href="repo-usage.html">Repo usage tips</a> | <a href="ftp://ftp.gmplib.org/pub/snapshot/">Daily snapshots</a></tr>
+  <tr><td align=right> Development sources: <td> <a href="http://hg.gmplib.org:8000/">GMP repository</a> - <a href="repo-usage.html">Repo usage tips</a> | <a href="//ftp.gmplib.org/pub/snapshot/">Daily snapshots</a></tr>
   <tr><td align=right> Testing:   <td> <a href="tm-date.html">Current status</a>
       |    <a href="lcov">Current coverage</a></tr>
   <tr><td align=right> Speed:<td> <a href="perfguard.html">Performance guard</a></tr>
diff -r f5e0508ef584 -r 14b149d2352e gmpbench.html
--- a/gmpbench.html	Mon Dec 02 20:21:44 2013 +0100
+++ b/gmpbench.html	Mon Dec 02 22:43:27 2013 +0100
@@ -39,7 +39,7 @@
 higher frequencies should work well, since GMP mainly works off the caches. </p>
 
 <p> The GMPbench suite is available for
-<a href="ftp://ftp.gmplib.org/pub/misc/">download</a>.  To run the benchmarks,
+<a href="//ftp.gmplib.org/pub/misc/">download</a>.  To run the benchmarks,
 you also need to compile <a href="/gexpr.c">gexpr.c</a> and put it somewhere in
 your path. </p>
 
diff -r f5e0508ef584 -r 14b149d2352e oldrel/index.html
--- a/oldrel/index.html	Mon Dec 02 20:21:44 2013 +0100
+++ b/oldrel/index.html	Mon Dec 02 22:43:27 2013 +0100
@@ -542,7 +542,7 @@
 Patches to GMP 3.1:
 <ul>
   <li> This patch converts GMP 3.1 to GMP 3.1.1:
-  <a href="ftp://ftp.gmplib.org/pub/src/gmp-3.1-3.1.1.diff.gz">
+  <a href="//ftp.gmplib.org/pub/src/gmp-3.1-3.1.1.diff.gz">
   gmp-3.1-3.1.1.diff.gz</a> </li>
 </ul>
 
@@ -551,12 +551,12 @@
 <ul>
   <li> This patch fixes a division bug that can cause an internal assertion
   failure when dividing numbers of at least a few hundred digits: <a
-  href="ftp://ftp.gmplib.org/pub/src/gmp-3.0.1.p1.diff"> gmp-3.0.1.p1.diff
+  href="//ftp.gmplib.org/pub/src/gmp-3.0.1.p1.diff">gmp-3.0.1.p1.diff
   </a> </li>
 
   <li> This patch fixes a serious bug to mpz_powm that can cause it to return
   results equal to the mod argument, when the result should really be 0: <a
-  href="ftp://ftp.gmplib.org/pub/src/gmp-3.0.1.p2.diff">gmp-3.0.1.p2.diff
+  href="//ftp.gmplib.org/pub/src/gmp-3.0.1.p2.diff">gmp-3.0.1.p2.diff
   </a> </li>
 
   <li> There are bugs in the new random number routines that can cause the
@@ -575,7 +575,7 @@
 Patches to GMP 3.0:
 <ul>
   <li> This patch converts GMP 3.0 to GMP 3.0.1: <a
-  href="ftp://ftp.gmplib.org/pub/src/gmp-3.0-3.0.1.diff.gz">
+  href="//ftp.gmplib.org/pub/src/gmp-3.0-3.0.1.diff.gz">
   gmp-3.0-3.0.1.diff.gz</a>
   </li>
 


More information about the gmp-commit mailing list