Skip to content

Commit

Permalink
Update documentation_uri to point to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Jan 27, 2024
1 parent 61a072d commit bf54562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sanitize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.required_ruby_version = Gem::Requirement.new('>= 2.5.0')
s.required_rubygems_version = Gem::Requirement.new('>= 1.2.0')

s.metadata = {
"changelog_uri" => "https://github.com/rgrove/sanitize/blob/main/HISTORY.md",
"documentation_uri" => "https://rubydoc.info/github/rgrove/sanitize/Sanitize"
"documentation_uri" => "https://rubydoc.info/github/rgrove/sanitize"
}

# Runtime dependencies.
Expand Down

0 comments on commit bf54562

Please sign in to comment.