diff options
author | Hyeonguk Ryu <ryu@hyeonguk.com> | 2019-10-19 22:21:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-19 22:21:59 +0900 |
commit | 39ab4c8f9015b4567db3f884dfc49495a98a1fa7 (patch) | |
tree | d589a85ebc62e8506d8e084a14c3c5489b7f14c8 | |
parent | c1f56c455252e4c2dd2535f0ce140125aff8ece2 (diff) | |
download | numpy-39ab4c8f9015b4567db3f884dfc49495a98a1fa7.tar.gz |
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 |