nokogumbo 1.1.13 → 1.1.14

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -4,7 +4,7 @@ Nokogumbo - a Nokogiri interface to the Gumbo HTML5 parser.
4
4
  Nokogumbo provides the ability for a Ruby program to invoke the
5
5
  [Gumbo HTML5 parser](https://github.com/google/gumbo-parser#readme)
6
6
  and to access the result as a
7
- [Nokogiri::HTML::Document](http://nokogiri.org/Nokogiri/HTML/Document.html).
7
+ [Nokogiri::HTML::Document](http://rdoc.info/github/sparklemotion/nokogiri/Nokogiri/HTML/Document).
8
8
 
9
9
  [![Build Status](https://travis-ci.org/rubys/nokogumbo.svg)](https://travis-ci.org/rubys/nokogumbo)
10
10