Skip to content

Commit

Permalink
fixed a typo and added a link to the rubyconf talk
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRubyWebsite/trunk@5056 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
mattetti committed Dec 20, 2010
1 parent 83b99f0 commit 7979fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/talks.rb
Expand Up @@ -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),
Expand Down

0 comments on commit 7979fe1

Please sign in to comment.