From cf3e33b290e9650d767a05b80c3b92f44b682806 Mon Sep 17 00:00:00 2001 From: rockybutler Date: Thu, 6 Apr 2017 08:02:58 -0400 Subject: [PATCH] Add link from string diff challenge notebook to solution notebook (#165) --- 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 b91c27d..aeb36f9 100644 --- a/arrays_strings/str_diff/str_diff_challenge.ipynb +++ b/arrays_strings/str_diff/str_diff_challenge.ipynb @@ -137,7 +137,7 @@ "source": [ "## Solution Notebook\n", "\n", - "Review the [Solution Notebook]() for a discussion on algorithms and code solutions." + "Review the [Solution Notebook](http://nbviewer.jupyter.org/github/donnemartin/interactive-coding-challenges/blob/master/arrays_strings/str_diff/str_diff_solution.ipynb) for a discussion on algorithms and code solutions." ] } ],