diff options
author | Josef Šimánek <[email protected]> | 2023-09-28 02:08:47 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-10-03 16:13:18 +0900 |
commit | 25b536cc2f6f630d6b58949342bbedb903936465 (patch) | |
tree | 292ff61448e49bfd831b1e539388b934e36a2254 /lib/rubygems/resolver/api_specification.rb | |
parent | 9ffd659d47afea25ebd4ba96af45cb925c3199c6 (diff) |
[rubygems/rubygems] Fix invalid links in documentation. - wrap ENV variables in <code> - fix rubygems.org link - fix zenspider.com link
https://github.com/rubygems/rubygems/commit/9eaac94a63
Diffstat (limited to 'lib/rubygems/resolver/api_specification.rb')
-rw-r--r-- | lib/rubygems/resolver/api_specification.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/resolver/api_specification.rb b/lib/rubygems/resolver/api_specification.rb index f26f82757e..a14bcbfeb1 100644 --- a/lib/rubygems/resolver/api_specification.rb +++ b/lib/rubygems/resolver/api_specification.rb @@ -22,7 +22,7 @@ class Gem::Resolver::APISpecification < Gem::Resolver::Specification # Creates an APISpecification for the given +set+ from the rubygems.org # +api_data+. # - # See https://guides.rubygems.org/rubygems-org-api/#misc_methods for the + # See https://guides.rubygems.org/rubygems-org-api/#misc-methods for the # format of the +api_data+. def initialize(set, api_data) |