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.
2 parents 8e94151 + 7e738e1 commit 3655c81Copy full SHA for 3655c81
README.md
@@ -61,8 +61,8 @@ The documentation in [selector_assertions.rb](https://github.com/kaspth/rails-do
61
## Read more
62
63
Under the hood the doms are parsed with Nokogiri and you'll generally be working with these two classes:
64
-- [`Nokogiri::XML::Node`](http://nokogiri.org/Nokogiri/XML/Node.html)
65
-- [`Nokogiri::XML::NodeSet`](http://nokogiri.org/Nokogiri/XML/NodeSet.html)
+- [`Nokogiri::XML::Node`](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/Node)
+- [`Nokogiri::XML::NodeSet`](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/NodeSet)
66
67
Read more about Nokogiri:
68
- [Nokogiri](http://nokogiri.org)
0 commit comments