From a2837b10f52526dbe67f0fef97c622517f7e575e Mon Sep 17 00:00:00 2001 From: gemmaro Date: Sun, 10 Nov 2024 18:21:35 +0900 Subject: [PATCH] Fix link to RubyDoc.info --- rubygems-org-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubygems-org-api.md b/rubygems-org-api.md index 07eec0c..cb6cad6 100644 --- a/rubygems-org-api.md +++ b/rubygems-org-api.md @@ -50,7 +50,7 @@ You can also interact with RubyGems.org using Ruby. The [gems](https://rubygems.org/gems/gems) client provides a Ruby interface to all the resources listed below. This library has -[full documentation](http://rdoc.info/gems/gems) that includes some basic usage +[full documentation](https://rubydoc.info/gems/gems) that includes some basic usage examples in the README. You can install the library with the command: gem install gems