From 595d905481bb4c6c26a4a924b331ac0bd78af527 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 1 Aug 2015 09:39:57 -0400 Subject: [PATCH] Updated template challenge notebook links to solution notebooks. --- templates/foo_challenge.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/foo_challenge.ipynb b/templates/foo_challenge.ipynb index 79812e8..6321eb1 100644 --- a/templates/foo_challenge.ipynb +++ b/templates/foo_challenge.ipynb @@ -53,7 +53,7 @@ "source": [ "## Algorithm\n", "\n", - "Refer to the [solution notebook](https://github.com/donnemartin/interactive-coding-challenges/templates/foo_solution.ipynb). 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](). If you are stuck and need a hint, the solution notebook's algorithm discussion might be a good place to start." ] }, { @@ -107,7 +107,7 @@ "source": [ "## Solution Notebook\n", "\n", - "Review the [solution notebook](https://github.com/donnemartin/interactive-coding-challenges/templates/foo_solution.ipynb) for a discussion on algorithms and code solutions." + "Review the [Solution Notebook]() for a discussion on algorithms and code solutions." ] } ],