nokogumbo 1.1.13 → 1.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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