diff mbox series

[committed] wwwdocs: Move www.validlab.com to https.

Message ID 20200731205030.19BBC33E3A@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Move www.validlab.com to https. | expand

Commit Message

Gerald Pfeifer July 31, 2020, 8:50 p.m. UTC
Pushed.

Gerald
---
 htdocs/readings.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 2488ca9d..f417ed6d 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -598,11 +598,11 @@  names.
 
 <ul>
 
-  <li><a href="http://www.validlab.com/goldberg/paper.pdf">What Every
+  <li><a href="https://www.validlab.com/goldberg/paper.pdf">What Every
   Computer Scientist Should Know about Floating-Point Arithmetic</a>
   by David Goldberg, including Doug Priest's supplement (PDF format)</li>
 
-  <li><a href="http://www.validlab.com/goldberg/addendum.html">Differences
+  <li><a href="https://www.validlab.com/goldberg/addendum.html">Differences
   Among IEEE 754 Implementations</a>
   by Doug Priest (included in the PostScript-format document above)</li>