From 4d1b964fd284c5436a906c603cc62f97683a80e2 Mon Sep 17 00:00:00 2001 From: RKushnir Date: Sat, 4 May 2013 16:40:08 +0300 Subject: [PATCH] Fix link to Alan Kay lecture: without www it redirects to the root page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 769c963..0a4bbd3 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ As usual, **pull requests are encouraged**. I'll be updating this regularly but * [Persistent Data Structures and Managed References](http://www.infoq.com/presentations/Value-Identity-State-Rich-Hickey) (**Rich Hickey**) Describes Clojure's approach to state, identity and concurrency. (contributed by [@michaelklishin](https://twitter.com/#!/michaelklishin)) * [The DCI Architecture: Lean and Agile at the Code Level](http://www.infoq.com/presentations/The-DCI-Architecture) (**Jim Coplien**) Thought provoking insight into how modern "class oriented" programming is different from intents behind origins of OOP. (contributed by [Serge Balyuk](https://github.com/bgipsy)) * [Machine Learning: A Love Story](http://www.infoq.com/presentations/Machine-Learning) (**Hilary Mason**) A history of Machine Learning, covering major milestones over the last two decades. (contributed by [@vedang](http://twitter.com/vedang)) -* [Programming and Scaling](http://tele-task.de/archive/video/flash/14029/) (**Alan Kay**) An excellent overview of the ambitious work that Alan Kay is involved with at VPRI, with a number of fascinating tangents. (contributed by [@puredanger](http://twitter.com/puredanger)) +* [Programming and Scaling](http://www.tele-task.de/archive/video/flash/14029/) (**Alan Kay**) An excellent overview of the ambitious work that Alan Kay is involved with at VPRI, with a number of fascinating tangents. (contributed by [@puredanger](http://twitter.com/puredanger)) * [Resilient Response In Complex Systems](http://www.infoq.com/presentations/Resilient-Response-In-Complex-Systems) (**John Allspaw, QCON London 2012**) The much-heralded Ops thinker and doer [John Allspaw](https://twitter.com/#!/allspaw) with valuable perspective on how to approach and think about web operations at scale.