Skip to content

Commit 3655c81

Browse files
committed
Merge pull request #37 from aar0nr/readme-fixes
Fix Nokogiri documentation links in README
2 parents 8e94151 + 7e738e1 commit 3655c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The documentation in [selector_assertions.rb](https://github.com/kaspth/rails-do
6161
## Read more
6262

6363
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)
64+
- [`Nokogiri::XML::Node`](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/Node)
65+
- [`Nokogiri::XML::NodeSet`](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/NodeSet)
6666

6767
Read more about Nokogiri:
6868
- [Nokogiri](http://nokogiri.org)

0 commit comments

Comments
 (0)