diff --git a/Preface.ipynb b/Preface.ipynb index cbace9f..42c7384 100644 --- a/Preface.ipynb +++ b/Preface.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:d9674c7ba1cf596502672910c80c28edb3d385cbedfeb8cf5fef06925368972b" + "signature": "sha256:8da8580398915c97fde20877d5e6e21fc020416ed53d0f94a5cbd9ef9f56fed7" }, "nbformat": 3, "nbformat_minor": 0, @@ -297,11 +297,11 @@ "\n", "However, this book is intended to be interactive and I recommend using it in that form. If you install IPython on your computer and then clone this book you will be able to run all of the code in the book yourself. You can perform experiments, see how filters react to different data, see how different filters react to the same data, and so on. I find this sort of immediate feedback both vital and invigorating. You do not have to wonder \"what happens if\". Try it and see!\n", "\n", - "The github pages for this project are at http://rlabbe.github.io/Kalman-and-Bayesian-Filters-in-Python/ You can clone it to your hard drive with the command \n", + "The github pages for this project are at https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python You can clone it to your hard drive with the command \n", "\n", - " git clone http://rlabbe.github.io/Kalman-and-Bayesian-Filters-in-Python/\n", + "`git clone https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python.git`\n", " \n", - "Navigate to the directory, and run IPython notebook with the command \n", + "Navigate to the directory it was installed into, and run IPython notebook with the command \n", "\n", " ipython notebook\n", "\n",