Pushed.

Gerald
---
 htdocs/codingrationale.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/codingrationale.html b/htdocs/codingrationale.html
index 900f6c53..6cc76885 100644
--- a/htdocs/codingrationale.html
+++ b/htdocs/codingrationale.html
@@ -197,11 +197,11 @@ results in an unintended call to the <code>int</code> 
overload on some systems.
 In practice, the problem that this restriction addresses
 arises more from bad user-defined implicit conversion operators.
 See ISO C++
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf";>
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2437.pdf";>
 N2437</a>
 and 
 ISO C++
-<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2514.html";>
+<a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2514.html";>
 N2514</a>.
 </p>
 
-- 
2.38.0

Reply via email to