Fixed file location.

This commit is contained in:
Roger Labbe 2014-11-30 16:26:22 -08:00
parent f73719970d
commit 7cbdc63e06

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:755bf581b54e38bcd9c1302e2d8fe89ef4f40acadf56df2f4f5157688eded1c0"
"signature": "sha256:c4084a00cf2f80c65a3076d8f0c1869b6306d5b9b381ab7361f0c2dbea37a240"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -271,7 +271,7 @@
"source": [
"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?\n",
"\n",
"<img src=\"https://raw.githubusercontent.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/Chapter05_Kalman_Filters/dog_track.gif\">\n"
"<img src=\"https://raw.githubusercontent.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python/master/05_Kalman_Filters/dog_track.gif\">\n"
]
},
{