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:
parent
dd4a0675bc
commit
24202a2244
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue