From 7979fe1350f3c679200ff6ddd9c75b706ac69e9f Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Mon, 20 Dec 2010 08:49:20 +0000 Subject: [PATCH] fixed a typo and added a link to the rubyconf talk git-svn-id: http://svn.macosforge.org/repository/ruby/MacRubyWebsite/trunk@5056 23306eb0-4c56-4727-a40e-e92c0eb68959 --- lib/talks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/talks.rb b/lib/talks.rb index 5795e77..4254bc5 100644 --- a/lib/talks.rb +++ b/lib/talks.rb @@ -4,7 +4,7 @@ module MacRubyTalksHelper def macruby_talks [ - Talk.new("2010-11-12", "RubyConf 2012", "MacRuby - Why and How (slides only for now)", "http://www.slideshare.net/mattetti/macruby-rubyconf-presentation-2010", "Matt Aimonetti", nil), + Talk.new("2010-11-12", "RubyConf 2010", "MacRuby - Why and How", "http://confreaks.net/videos/448-rubyconf2010-macruby-why-and-how", "Matt Aimonetti", "http://www.slideshare.net/mattetti/macruby-rubyconf-presentation-2010"), Talk.new("2009-11-20", "RubyConf 2009", "Simple 2D Video Game in MacRuby", "http://confreaks.net/videos/192-rubyconf2009-writing-2d-games-for-the-osx-platform-in-ruby", "Matt Aimonetti", "http://www.slideshare.net/mattetti/2d-video-games-with-macruby"), Talk.new("2009-10-30", "RubyEnRails", "MacRuby & RubyCocoa (slides only)", "http://tr.im/DCW0", "Eloy Duran", nil), Talk.new("2009-10-14", "RailsSummit", "MacRuby", "http://agaelebe.blip.tv/file/2730084/", "Rich Kilmer", nil),