Skip to content

Commit f1288a7

Browse files
authored
Replaced broken links
The page http://www.cs.unc.edu/~welch/kalman/kalman.html no longer exists but the pdf file is still there at https://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf
1 parent 767137f commit f1288a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ipython/KalmanFiltering.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"\n",
1717
"This is code implements the example given in pages 11-15 of [An\n",
1818
"Introduction to the Kalman\n",
19-
"Filter](http://www.cs.unc.edu/~welch/kalman/kalmanIntro.html) by Greg\n",
19+
"Filter](https://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf) by Greg\n",
2020
"Welch and Gary Bishop, University of North Carolina at Chapel Hill,\n",
2121
"Department of Computer Science."
2222
]
@@ -31,7 +31,7 @@
3131
"# Introduction to the Kalman Filter\" by Greg Welch and Gary Bishop,\n",
3232
"# University of North Carolina at Chapel Hill, Department of Computer\n",
3333
"# Science, TR 95-041,\n",
34-
"# http://www.cs.unc.edu/~welch/kalman/kalmanIntro.html\n",
34+
"# https://www.cs.unc.edu/~welch/media/pdf/kalman_intro.pdf\n",
3535
"\n",
3636
"# by Andrew D. Straw\n",
3737
"\n",
@@ -115,4 +115,4 @@
115115
"metadata": {}
116116
}
117117
]
118-
}
118+
}

0 commit comments

Comments
 (0)