Skip to content

Commit 239b4fb

Browse files
authored
Merge pull request #29 from billtubbs/patch-1
Replaced broken URLs
2 parents 767137f + f1288a7 commit 239b4fb

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)