From d318e992ea9ea12bfc8b62ef1e97cef2d069b179 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 30 Dec 2022 12:22:03 +1000 Subject: [PATCH] Use rubygems.org links for yard-mruby and yard-coderay The RubyGems website gives a much better overview of both Gems A lot more quick links and statistics. https://rubygems.org/gems/yard-mruby https://rubygems.org/gems/yard-coderay --- CONTRIBUTING.md | 4 ++-- tasks/doc.rake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0985530c..61d673122 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -120,8 +120,8 @@ unless there's a clear reason, e.g. the latest Ruby has changed behavior from IS ### mruby API - [YARD](https://yardoc.org/) - YARD is a documentation generation tool for the Ruby programming language -- [yard-mruby](https://github.com/sagmor/yard-mruby) - Document MRuby sources with YARD -- [yard-coderay](https://github.com/sagmor/yard-coderay) - Adds coderay syntax highlighting to YARD docs +- [yard-mruby](https://rubygems.org/gems/yard-mruby) - Document MRuby sources with YARD +- [yard-coderay](https://rubygems.org/gems/yard-coderay) - Adds coderay syntax highlighting to YARD docs ### C API diff --git a/tasks/doc.rake b/tasks/doc.rake index b9b96d7c2..50dc36180 100644 --- a/tasks/doc.rake +++ b/tasks/doc.rake @@ -12,8 +12,8 @@ namespace :doc do puts "ERROR: To generate yard documentation, you should install yard-mruby gem." puts " $ gem install yard-mruby yard-coderay" puts "https://yardoc.org/" - puts "https://github.com/sagmor/yard-mruby" - puts "https://github.com/sagmor/yard-coderay" + puts "https://rubygems.org/gems/yard-mruby" + puts "https://rubygems.org/gems/yard-coderay" end end