README.md in keydown-0.7.0 vs README.md in keydown-0.7.1

- old
+ new

@@ -1,8 +1,8 @@ # KeyDown -KeyDown is another 'Presentation System in a single HTML page' inspired by [Showoff](http://github.com/dirnic/showoff/), [Slidedown](http://github.com/nakajima/slidedown), +KeyDown is another 'Presentation System in a single HTML page' inspired by [Showoff](http://github.com/drnic/showoff), [Slidedown](http://github.com/nakajima/slidedown), [HTML5 Rocks](http://studio.html5rocks.com/#Deck), with a little [Presentation Zen](http://amzn.to/8X55H2) thrown in. ## Usage ### Generate a Template @@ -113,11 +113,11 @@ }}} images/sunset.jpg::cprsize::flickr::http:://flickr.com/cprsize ### Syntax Highlighting -Code syntax highlighting is done via [Pygments](), which must be installed locally to work. All Pygments lexers are supported. +Code syntax highlighting is done via [Pygments](http://pygments.org), which must be installed locally to work. All Pygments lexers are supported. Mark your code by block escaping via `@@@` or ` ``` ` For Ruby: @@ -152,11 +152,11 @@ ## Requirements ### For Use * Ruby and Rubygems - * [Pygments]() is required for code syntax highlighting + * [Pygments](http://pygments.org) is required for code syntax highlighting * Other dependent gems will be installed ### For Development * RSpec @@ -173,10 +173,10 @@ ## Thanks & Attribution Thanks to: * HTML5 Rocks guys for a great presentation template -* [@nakajima](http://twitter.com/nakajima) & [Slidedown]() for some parsing +* [@nakajima](http://twitter.com/nakajima) & [Slidedown](http://github.com/nakajima/slidedown) for some parsing * The various Github guys for Albino, Gollum, etc. ## Copyright Copyright © Infews LLC. See LICENSE for details.