From 24202a2244ada4652b59896ab362a0455f2d533b Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Fri, 23 Oct 2009 02:58:06 -0700 Subject: [PATCH] [Haml] [html2haml] Update the Hpricot link to point to whymirror's GitHub repo. --- lib/haml/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haml/html.rb b/lib/haml/html.rb index 88d9b5ce..ff3b5a2e 100644 --- a/lib/haml/html.rb +++ b/lib/haml/html.rb @@ -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: #