Skip to content

Commit

Permalink
update rdoc links
Browse files Browse the repository at this point in the history
  • Loading branch information
matthutchinson committed Dec 29, 2024
1 parent 44e95a3 commit e743cd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The gem is available as open source under the terms of
## Links

* [CI](https://github.com/lolcommits/lolcommits-term_output/actions/workflows/ci.yml)
* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-term_output)
* [RDoc](https://rubydoc.info/gems/lolcommits-term_output)
* [Issues](http://github.com/lolcommits/lolcommits-term_output/issues)
* [Report a bug](http://github.com/lolcommits/lolcommits-term_output/issues/new)
* [Gem](http://rubygems.org/gems/lolcommits-term_output)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Rake::TestTask.new(:test) do |t|
t.test_files = FileList["test/**/*_test.rb"]
end

task default: [ 'test' ]
task default: [ "test" ]
1 change: 1 addition & 0 deletions lolcommits-term_output.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|

spec.metadata = {
"homepage_uri" => "https://github.com/lolcommits/lolcommits-term_output",
"documentation_uri" => "https://rubydoc.info/gems/lolcommits-term_output",
"changelog_uri" => "https://github.com/lolcommits/lolcommits-term_output/blob/master/CHANGELOG.md",
"source_code_uri" => "https://github.com/lolcommits/lolcommits-term_output",
"bug_tracker_uri" => "https://github.com/lolcommits/lolcommits-term_output/issues",
Expand Down

0 comments on commit e743cd5

Please sign in to comment.