diff --git a/ml4/2_5_1_Exercise.ipynb b/ml4/2_5_1_Exercise.ipynb
index a522340..230fce4 100644
--- a/ml4/2_5_1_Exercise.ipynb
+++ b/ml4/2_5_1_Exercise.ipynb
@@ -200,7 +200,7 @@
    "source": [
     "## Optional. Optimizing ML hyperparameters\n",
     "\n",
-    "One of the applications of Genetic Algorithms is the optimization of ML hyperparameters. Previously, we have used GridSearch from Scikit. Using (sklearn-deap)[[References](#References)], optimize the Titatic hyperparameters using both GridSearch and Genetic Algorithms. \n",
+    "One of the applications of Genetic Algorithms is the optimization of ML hyperparameters. Previously, we have used GridSearch from Scikit. Using [sklearn-deap](#References), optimize the Titatic hyperparameters using both GridSearch and Genetic Algorithms. \n",
     "\n",
     "The same exercise (using the digits dataset) can be found in this [notebook](https://github.com/rsteca/sklearn-deap/blob/master/test.ipynb).\n",
     "\n",