We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8cb4b3 commit 305bb3bCopy full SHA for 305bb3b
README.md
@@ -77,8 +77,8 @@ Or install it yourself as:
77
## Read more
78
79
Under the hood the doms are parsed with Nokogiri, and you'll generally be working with these two classes:
80
-- [`Nokogiri::XML::Node`](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/Node)
81
-- [`Nokogiri::XML::NodeSet`](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/NodeSet)
+- [`Nokogiri::XML::Node`](https://nokogiri.org/rdoc/Nokogiri/XML/Node)
+- [`Nokogiri::XML::NodeSet`](https://nokogiri.org/rdoc/Nokogiri/XML/NodeSet)
82
83
Read more about Nokogiri:
84
- [Nokogiri](http://nokogiri.org)
0 commit comments