Skip to content

Commit

Permalink
update README to use reference style linking
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Sep 19, 2011
1 parent b38f3dd commit 15822b3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.mdown
@@ -1,8 +1,8 @@


## Handlebars.rb ## Handlebars.rb


This uses [therubyracer](http://github.com/cowboyd/therubyracer) to bind to the _actual_ JavaScript implementation of This uses [therubyracer][1] to bind to the _actual_ JavaScript implementation of
[Handlebars.js](http://github.com/wycats/handlebars.js) so that you can use it from ruby. [Handlebars.js][2] so that you can use it from ruby.


## Usage ## Usage


Expand Down Expand Up @@ -34,8 +34,11 @@ Register block helpers:


## Rubygems ## Rubygems


Handlebars is available via the [hbs](http://rubygems.org/gems/hbs) gem on rubygems.org. There Handlebars is available via the [hbs][1] gem on rubygems.org. There is also a
is an [abandoned](https://github.com/MSch/handlebars-ruby) pure-ruby implementation of handlebars [handlebars][1] gem, which is a pure-ruby implementation that appears to no longer be maintained.
on github. Eventually, I'd like to merge these two projects, but I have not been able to contact the
owner of that gem. [1]: http://github.com/cowboyd/therubyracer "The Ruby Racer"
[2]: http://github.com/wycats/handlebars.js "Handlebars JavaScript templating library"
[3]: http://rubygems.org/gems/hbs "handelbars gem in JavaScript"
[4]: http://rubygems.org/gems/handlebars "pure ruby handlebars gem"


0 comments on commit 15822b3

Please sign in to comment.