From 1dd479fe3deab08bf212c3ea0667cc38258dab6a Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 7 Jul 2015 22:35:28 -0400 Subject: [PATCH] Fixed #7, Broken notebook and nose installation anchor links in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35fca3b..5a6014b 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ interactive-coding-challenges # Repo Challenges are provided in the form of **IPython/Jupyter Notebooks** and have been **tested with Python 2.7 and Python 3.4**. -*If you need to install IPython/Jupyter Notebook, see the [Notebook Installation](#Notebook-Installation) section.* +*If you need to install IPython/Jupyter Notebook, see the [Notebook Installation](#notebook-installation) section.* * This README contains links to [nbviewer](http://nbviewer.ipython.org), which hosts **static notebooks** of the repo's contents * To interact with or to modify elements within the **dynamic notebooks**, refer to the instructions below @@ -338,7 +338,7 @@ Note: If your solution is different from those listed in the Solution Notebook, Unit tests are provided in the form of **Nose tests**. -*If you need to install Nose, see the [Nose Installation](#Nose-Installation) section.* +*If you need to install Nose, see the [Nose Installation](#nose-installation) section.* ## Notebook Installation