File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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.
127127- [Loofah and Loofah Scrubbers](https://github.com/flavorjones/loofah)
128128
129129The `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)
131131- [Nokogiri](http://nokogiri.org)
132132
133133## Contributing to Rails Html Sanitizers
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ module Html
4343 # end
4444 #
4545 # 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
4747 class PermitScrubber < Loofah ::Scrubber
4848 attr_reader :tags , :attributes
4949
You can’t perform that action at this time.
0 commit comments