From 92598ad7926dc315f969bc458eff8e84bbf712ce Mon Sep 17 00:00:00 2001 From: Derek Date: Mon, 25 Sep 2017 18:08:18 -0500 Subject: [PATCH] Update solution notebook link for str diff challenge (#211) --- arrays_strings/str_diff/str_diff_challenge.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrays_strings/str_diff/str_diff_challenge.ipynb b/arrays_strings/str_diff/str_diff_challenge.ipynb index 323fdb4..5edd688 100644 --- a/arrays_strings/str_diff/str_diff_challenge.ipynb +++ b/arrays_strings/str_diff/str_diff_challenge.ipynb @@ -62,7 +62,7 @@ "source": [ "## Algorithm\n", "\n", - "Refer to the [Solution Notebook](). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start." + "Refer to the [Solution Notebook](str_diff_solution.ipynb). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start." ] }, {