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 a30b3fd commit b1b0714
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 @@ -156,7 +156,7 @@ The gem is available as open source under the terms of
## Links

* [CI](https://github.com/lolcommits/lolcommits-loltext/actions/workflows/ci.yml)
* [RDoc](http://rdoc.info/projects/lolcommits/lolcommits-loltext)
* [RDoc](https://rubydoc.info/gems/lolcommits-loltext)
* [Issues](http://github.com/lolcommits/lolcommits-loltext/issues)
* [Report a bug](http://github.com/lolcommits/lolcommits-loltext/issues/new)
* [Gem](http://rubygems.org/gems/lolcommits-loltext)
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-loltext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Gem::Specification.new do |spec|

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

0 comments on commit b1b0714

Please sign in to comment.