Skip to content

Commit 8285bf1

Browse files
authored
Merge pull request #126 from mikeygough/fix-broken-nokogiri-documentation-links-in-readme
Fix broken Nokogiri documentation links in README.md
2 parents f8cb4b3 + 305bb3b commit 8285bf1

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
@@ -77,8 +77,8 @@ Or install it yourself as:
7777
## Read more
7878

7979
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)
80+
- [`Nokogiri::XML::Node`](https://nokogiri.org/rdoc/Nokogiri/XML/Node)
81+
- [`Nokogiri::XML::NodeSet`](https://nokogiri.org/rdoc/Nokogiri/XML/NodeSet)
8282

8383
Read more about Nokogiri:
8484
- [Nokogiri](http://nokogiri.org)

0 commit comments

Comments
 (0)