From 46436f3faa23eb7fc5701c036fc0da5213ca1775 Mon Sep 17 00:00:00 2001 From: King Louie <5188799+saturn99@users.noreply.github.com> Date: Fri, 8 Jun 2018 17:47:36 +0430 Subject: [PATCH 1/2] fix file name addr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebaf6a3..d04dc1e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a collection of numpy exercises from numpy mailing list, stack overflow, and numpy documentation. I've also created some problems myself to reach the 100 limit. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach. → [Test them on Binder](http://mybinder.org:/repo/rougier/numpy-100/notebooks/100%20Numpy%20exercises.ipynb) -→ [Read them on GitHub](100%20Numpy%20exercises.md) +→ [Read them on GitHub](100_Numpy_exercises.md) This work is licensed under the MIT license. [![DOI](https://zenodo.org/badge/10173/rougier/numpy-100.svg)](https://zenodo.org/badge/latestdoi/10173/rougier/numpy-100) From 1d4c4c26d11c91c20712459b3e752a0db99a869d Mon Sep 17 00:00:00 2001 From: King Louie <5188799+saturn99@users.noreply.github.com> Date: Fri, 8 Jun 2018 17:49:17 +0430 Subject: [PATCH 2/2] fix file name add --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d04dc1e..51a7e6a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a collection of numpy exercises from numpy mailing list, stack overflow, and numpy documentation. I've also created some problems myself to reach the 100 limit. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach. -→ [Test them on Binder](http://mybinder.org:/repo/rougier/numpy-100/notebooks/100%20Numpy%20exercises.ipynb) +→ [Test them on Binder](http://mybinder.org:/repo/rougier/numpy-100/notebooks/100_Numpy_exercises.ipynb) → [Read them on GitHub](100_Numpy_exercises.md) This work is licensed under the MIT license.