diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-10-19 16:29:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-19 16:29:16 +0200 |
commit | 68f40c69a20da3cd895897c54c4fdaa0a070f02f (patch) | |
tree | d589a85ebc62e8506d8e084a14c3c5489b7f14c8 | |
parent | c1f56c455252e4c2dd2535f0ce140125aff8ece2 (diff) | |
parent | 39ab4c8f9015b4567db3f884dfc49495a98a1fa7 (diff) | |
download | numpy-68f40c69a20da3cd895897c54c4fdaa0a070f02f.tar.gz |
Merge pull request #14743 from hyeongukryu/patch-1
DOC: Change from HTTP to HTTPS
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ NumPy is the fundamental package needed for scientific computing with Python. - **Website:** https://www.numpy.org -- **Documentation:** http://docs.scipy.org/ +- **Documentation:** https://docs.scipy.org/ - **Mailing list:** https://mail.python.org/mailman/listinfo/numpy-discussion - **Source code:** https://github.com/numpy/numpy - **Contributing:** https://www.numpy.org/devdocs/dev/index.html |