Skip to content

Commit f82bfd2

Browse files
authored
Merge pull request #86 from tebs/fix-documentation-link
Fix Nokogiri link in documentation
2 parents d4d823c + cba410f commit f82bfd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
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

Diff for: lib/rails/html/scrubbers.rb

+1-1
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)