From 8e964dd7572590d6a60ab0e9da451610b835b3a4 Mon Sep 17 00:00:00 2001 From: Roger Labbe Date: Fri, 7 Nov 2014 18:33:14 -0800 Subject: [PATCH] Fixed link to gif due to chapter directory name changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce76cb..957fea6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Introductory textbook for Kalman filters and Bayesian filters. All code is written in Python, and the book itself is written in Ipython Notebook so that you can run and modify the code in the book in place, seeing the results inside the book. What better way to learn? -![alt tag](https://raw.githubusercontent.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/Chapter05_Kalman_Filters/dog_track.gif) +![alt tag](https://raw.githubusercontent.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/05_Kalman_Filters/dog_track.gif) Reading Online