diff --git a/ml1/2_2_Read_Data.ipynb b/ml1/2_2_Read_Data.ipynb index b6bb525..13dbee3 100644 --- a/ml1/2_2_Read_Data.ipynb +++ b/ml1/2_2_Read_Data.ipynb @@ -36,7 +36,7 @@ "source": [ "The goal of this notebook is to learn how to read and load a sample dataset.\n", "\n", - "Scikit-learn comes with some bundled [datasets](http://scikit-learn.org/stable/datasets/): iris, digits, boston, etc.\n", + "Scikit-learn comes with some bundled [datasets](https://scikit-learn.org/stable/datasets.html): iris, digits, boston, etc.\n", "\n", "In this notebook we are going to use the Iris dataset." ]