Skip to content

Commit cba410f

Browse files
committed
Fix Nokogiri link in documentation
1 parent d4d823c commit cba410f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
129129
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)
131131
- [Nokogiri](http://nokogiri.org)
132132
133133
## Contributing to Rails Html Sanitizers

lib/rails/html/scrubbers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)