1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

[Haml] [html2haml] Update the Hpricot link to point to whymirror's GitHub repo.

This commit is contained in:
Nathan Weizenbaum 2009-10-23 02:58:06 -07:00
parent dd4a0675bc
commit 24202a2244

View file

@ -59,7 +59,7 @@ require 'hpricot'
module Haml
# Converts HTML documents into Haml templates.
# Depends on [Hpricot](http://code.whytheluckystiff.net/hpricot/) for HTML parsing.
# Depends on [Hpricot](http://github.com/whymirror/hpricot) for HTML parsing.
#
# Example usage:
#