From adcbdeb6b92e448350ce2643003a2a0719e574ca Mon Sep 17 00:00:00 2001 From: Cyrille Rossant Date: Tue, 30 Sep 2014 00:48:19 +0200 Subject: [PATCH] Fixed links. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b111e04..dd4c8be 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ This repository contains the recipes of the [IPython Cookbook](http://ipython-bo A selection of free recipes from the book: -1. [Getting the best performance out of NumPy](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/01_numpy_performance.ipynb) -2. [Simulating a physical system by minimizing an energy](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/02_energy_minimization.ipynb) -3. [Creating a route planner for road network](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/03_gps.ipynb) -4. [Introduction to machine learning in Python with scikit-learn](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/04_scikit.ipynb) -5. [Simulating a partial differential equation: reaction-diffusion systems and Turing patterns](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/05_turing.ipynb) -6. [Getting started with Vispy](http://nbviewer.ipython.org/github/ipython-books/cookbook-code/blob/master/featured/06_vispy.ipynb) +1. [Getting the best performance out of NumPy](http://ipython-books.github.io/featured-01/) +2. [Simulating a physical system by minimizing an energy](http://ipython-books.github.io/featured-02/) +3. [Creating a route planner for road network](http://ipython-books.github.io/featured-03/) +4. [Introduction to machine learning in Python with scikit-learn](http://ipython-books.github.io/featured-04/) +5. [Simulating a partial differential equation: reaction-diffusion systems and Turing patterns](http://ipython-books.github.io/featured-05/) +6. [Getting started with Vispy](http://ipython-books.github.io/featured-06/) * more coming soon...