From e7632326604ebaf31c2743653ada6c3af70e9efd Mon Sep 17 00:00:00 2001 From: Carol Nichols Date: Sun, 16 Sep 2012 20:20:22 -0400 Subject: [PATCH] Fixes #762 - corrects dead link in docs to tenderlove's blog --- ext/nokogiri/xml_document.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/nokogiri/xml_document.c b/ext/nokogiri/xml_document.c index eb1a3b95630..19bb876b822 100644 --- a/ext/nokogiri/xml_document.c +++ b/ext/nokogiri/xml_document.c @@ -367,7 +367,7 @@ static VALUE new(int argc, VALUE *argv, VALUE klass) * * For more information on why this probably is *not* a good thing in general, * please direct your browser to - * http://tenderlovemaking.com/2009/04/23/namespaces-in-xml/ + * http://tenderlovemaking.com/2009/04/23/namespaces-in-xml.html */ VALUE remove_namespaces_bang(VALUE self) {