File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Loofah is what underlies the sanitizers and scrubbers of rails-html-sanitizer.
127
127
- [Loofah and Loofah Scrubbers](https://github.com/flavorjones/loofah)
128
128
129
129
The `node` argument passed to some methods in a custom scrubber is an instance of `Nokogiri::XML::Node`.
130
- - [`Nokogiri::XML::Node`](http ://nokogiri.org/Nokogiri/XML/Node.html)
130
+ - [`Nokogiri::XML::Node`](https ://nokogiri.org/rdoc /Nokogiri/XML/Node.html)
131
131
- [Nokogiri](http://nokogiri.org)
132
132
133
133
## Contributing to Rails Html Sanitizers
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module Html
43
43
# end
44
44
#
45
45
# See the documentation for Nokogiri::XML::Node to understand what's possible
46
- # with nodes: http ://nokogiri.org/Nokogiri/XML/Node.html
46
+ # with nodes: https ://nokogiri.org/rdoc /Nokogiri/XML/Node.html
47
47
class PermitScrubber < Loofah ::Scrubber
48
48
attr_reader :tags , :attributes
49
49
You can’t perform that action at this time.
0 commit comments