Skip to content

Commit 56b75ca

Browse files
committed
linkfix (Nokogiri on rubydoc.info)
1 parent a54c8f1 commit 56b75ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Filter-Reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The `call` method must return either `doc` or `html`, depending on the type of f
3333

3434
* `doc` [Nokogiri::XML::Node]
3535
The Nokogiri representation of the container element.
36-
See [Nokogiri's API docs](http://nokogiri.org/Nokogiri/XML/Node.html#methods_nav) for the list of available methods.
36+
See [Nokogiri's API docs](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/Node) for the list of available methods.
3737

3838
* `html` [String]
3939
The string representation of the container element.
@@ -97,7 +97,7 @@ Scrapers can have any number of custom filters but require at least the two desc
9797

9898
The `CleanHtml` filter is tasked with cleaning the HTML markup where necessary and removing anything superfluous or nonessential. Only the core documentation should remain at the end.
9999

100-
Nokogiri's many jQuery-like methods make it easy to search and modify elements — see the [API docs](http://nokogiri.org/Nokogiri/XML/Node.html#methods_nav).
100+
Nokogiri's many jQuery-like methods make it easy to search and modify elements — see the [API docs](http://www.rubydoc.info/github/sparklemotion/nokogiri/Nokogiri/XML/Node).
101101

102102
Here's an example implementation that covers the most common use-cases:
103103

0 commit comments

Comments
 (0)