Skip to content

Commit dcaff42

Browse files
committed
Update links to use HTTPS
1 parent 5fee844 commit dcaff42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html PUBLIC
22
"-//W3C//DTD XHTML 1.1//EN"
3-
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
3+
"https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4+
<html xmlns="https://www.w3.org/1999/xhtml/" lang="en">
55
<head>
66
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
77
<link href="favicon.ico" rel="icon" />
@@ -63,10 +63,10 @@ <h2 id="overview">Overview</h2>
6363
<p><img style="width: 901px; height: 97px;" alt="WinPython Launcher Icons" src="images/winpython_launchers.png" /></p>
6464
<p>It is a full-featured (see our <a href="https://github.com/winpython/winpython/wiki">Wiki</a>) Python-based scientific environment:</p>
6565
<ul>
66-
<li>Designed for scientists, data-scientists, and education (thanks to <a href="http://numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="http://www.matplotlib.org/">Matplotlib</a>, <a href="http://pandas.pydata.org/">Pandas</a>, <a href="http://www.pyqtgraph.org/">pyqtgraph</a>, etc.):
66+
<li>Designed for scientists, data-scientists, and education (thanks to <a href="https://www.numpy.org/">NumPy</a>, <a href="https://www.scipy.org/">SciPy</a>, <a href="https://www.sympy.org/">Sympy</a>, <a href="https://matplotlib.org/">Matplotlib</a>, <a href="https://pandas.pydata.org/">Pandas</a>, <a href="http://www.pyqtgraph.org/">pyqtgraph</a>, etc.):
6767
<ul>
68-
<li>interactive data processing and visualization using Python with <a href="https://www.spyder-ide.org/">Spyder</a> and <a href="http://jupyter.org/">Jupyter/IPython</a>, or IDLE </li>
69-
<li>out-of-the-box working Compiler (Mingw64) for Python 3.4, <strong>fully integrated Cython and Numba!</strong> See <a href="http://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li>
68+
<li>interactive data processing and visualization using Python with <a href="https://www.spyder-ide.org/">Spyder</a> and <a href="https://jupyter.org/">Jupyter/IPython</a>, or IDLE </li>
69+
<li>out-of-the-box working Compiler (Mingw64) for Python 3.4, <strong>fully integrated Cython and Numba!</strong> See <a href="https://nbviewer.ipython.org/github/winpython/winpython_afterdoc/blob/master/docs/Winpython_checker.ipynb">included example</a></li>
7070
<li>connectors (cffi, odbc, rpy2, scilab2py, requests, ...) for advanced users</li>
7171
</ul></li>
7272
<li><strong>Portable</strong>:

0 commit comments

Comments
 (0)