Skip to content

Commit e58acda

Browse files
Update external links on index page to use https
Important for http://webchat.freenode.net/ as it doesn't redirect automatically.
1 parent 607f631 commit e58acda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

0.19/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,9 @@ <h4>Community</h4>
352352
<ul>
353353
<li><em>About us</em> See <a href="about.html#people">authors</a> and <a href="developers/contributing.html">contributing</a></li>
354354
<li><em>More Machine Learning</em> Find <a href="related_projects.html">related projects</a></li>
355-
<li><em>Questions?</em> See <a href="faq.html">FAQ</a> and <a href="http://stackoverflow.com/questions/tagged/scikit-learn">stackoverflow</a></li>
355+
<li><em>Questions?</em> See <a href="faq.html">FAQ</a> and <a href="https://stackoverflow.com/questions/tagged/scikit-learn">stackoverflow</a></li>
356356
<li><em>Mailing list:</em> <a href="https://mail.python.org/mailman/listinfo/scikit-learn">[email protected]</a></li>
357-
<li><em>IRC:</em> #scikit-learn @ <a href="http://webchat.freenode.net/">freenode</a></li>
357+
<li><em>IRC:</em> #scikit-learn @ <a href="https://webchat.freenode.net/">freenode</a></li>
358358
</ul>
359359

360360
<form target="_top" id="paypal-form" method="post" action="https://www.paypal.com/cgi-bin/webscr">
@@ -498,4 +498,4 @@ <h4>Who uses scikit-learn?</h4>
498498
})();
499499
</script>
500500
</body>
501-
</html>
501+
</html>

0 commit comments

Comments
 (0)