From 0520f380881d5a54d09038916117ebdde880f6d2 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 16 Jun 2015 07:16:11 -0400 Subject: [PATCH] Fixed repo clone link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27987e6..3fff039 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ For more details on installation, follow the directions [here.](http://ipython.o To interact with or to modify elements within the IPython notebooks, you must first clone or download the repository then run the ipython notebook. More information on IPython Notebooks can be found [here.](http://ipython.org/notebook.html) ``` -$ git clone https://github.com/donnemartin/data-science-ipython-notebooks.git +$ git clone https://github.com/donnemartin/algorithms-data-structures.git $ cd [downloaded repo directory name] $ ipython notebook ```