We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848f38d commit b9b3de4Copy full SHA for b9b3de4
1 file changed
doc/mainpage.md
@@ -21,10 +21,10 @@ complex. The example can be easily generalized to any other set of subunits.
21
To work through the example on your own system, you will need the following
22
packages installed in addition to [IMP itself](@ref installation):
23
24
-- [numpy and scipy](http://www.scipy.org/scipylib/download.html)
+- [numpy](https://numpy.org/install/) and [scipy](https://scipy.org/install/)
25
for matrix and linear algebra
26
27
-- [scikit-learn](http://scikit-learn.org/stable/install.html)
+- [scikit-learn](https://scikit-learn.org/stable/install.html)
28
for k-means clustering
29
30
- [matplotlib](https://matplotlib.org/downloads.html)
0 commit comments