Skip to content

Commit ea67e7f

Browse files
authored
Merge pull request Michael0x2a#17 from ChumpChief/master
Fixing dead links to Stanford resources
2 parents 93a9082 + 21cd8cd commit ea67e7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

resources.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Online courses are an increasingly popular way for universities and professional
102102
- [OpenCulture](http://www.openculture.com/computer_science_free_courses) - similar to all of the above. Video lectures are typically available on iTunes or Youtube. Typically does **not** require you to complete assignments, unlike many other online courses.
103103
- [MIT OpenCourseWare](http://ocw.mit.edu/index.htm) - static course materials taught at MIT. Unless otherwise noted, most content from this website tends to be very rigorous and fast-paced.
104104
- [Khan Academy](https://www.khanacademy.org/) - contains a few courses on programming and computer science; does contain many more courses on all kinds of topics (especially math).
105-
- [Stanford Engineering Everywhere](http://see.stanford.edu/see/courses.aspx) - static course materials taught at Stanford.
105+
- [Stanford Engineering Everywhere](https://see.stanford.edu/Course) - static course materials taught at Stanford.
106106

107107
The following websites also contain a wide variety of tutorials for many different topics, but require payment and registration before you can access their courses.
108108

@@ -199,9 +199,9 @@ As with C, I would strongly recommend picking a book on [StackOverflow's C++ Boo
199199
[cpp-mit-intro]: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/
200200
[cpp-mit-intro-2]: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-088-introduction-to-c-memory-management-and-c-object-oriented-programming-january-iap-2010/
201201
[cpp-mit-effective]: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-s096-effective-programming-in-c-and-c-january-iap-2014/
202-
[cpp-stan-methodology]: http://see.stanford.edu/see/courseinfo.aspx?coll=824a47e1-135f-4508-a5aa-866adcae1111
203-
[cpp-stan-abstractions]: http://see.stanford.edu/see/courseinfo.aspx?coll=11f4f422-5670-4b4c-889c-008262e09e4e
204-
[cpp-stan-paradigms]: http://see.stanford.edu/see/courseinfo.aspx?coll=2d712634-2bf1-4b55-9a3a-ca9d470755ee
202+
[cpp-stan-methodology]: https://see.stanford.edu/Course/CS106A
203+
[cpp-stan-abstractions]: https://see.stanford.edu/Course/CS106B
204+
[cpp-stan-paradigms]: https://see.stanford.edu/Course/CS107
205205

206206
[cpp-interactive]: http://nova.umuc.edu/~jarc/sdsd/
207207

@@ -478,9 +478,9 @@ Also note that HTML and CSS are examples of "markup languages", not "programming
478478
[java-uda-intro]: https://www.udacity.com/course/cs046
479479
[java-mit-intro-to-prog]: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-092-introduction-to-programming-in-java-january-iap-2010/index.htm
480480
[java-mit-intro-to-computers]: http://ocw.mit.edu/courses/civil-and-environmental-engineering/1-00-introduction-to-computers-and-engineering-problem-solving-spring-2012/
481-
[java-methodology]: http://see.stanford.edu/see/courseinfo.aspx?coll=824a47e1-135f-4508-a5aa-866adcae1111
482-
[java-abstractions]: http://see.stanford.edu/see/courseinfo.aspx?coll=11f4f422-5670-4b4c-889c-008262e09e4e
483-
[java-paradigms]: http://see.stanford.edu/see/courseinfo.aspx?coll=2d712634-2bf1-4b55-9a3a-ca9d470755ee
481+
[java-methodology]: https://see.stanford.edu/Course/CS106A
482+
[java-abstractions]: https://see.stanford.edu/Course/CS106B
483+
[java-paradigms]: https://see.stanford.edu/Course/CS107
484484
[java-helsinki-1]: http://mooc.fi/courses/2013/programming-part-1/
485485
[java-helsinki-2]: http://mooc.fi/courses/2013/programming-part-2/
486486

0 commit comments

Comments
 (0)