docs(generator): Fix rubygems documentation link (#2221)

This commit is contained in:
Daniel Azuma 2021-01-07 13:31:35 -08:00 committed by GitHub
parent 08316dca03
commit ee2f77249f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.metadata = {
"bug_tracker_uri" => "https://github.com/googleapis/google-api-ruby-client/issues",
"changelog_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-generator/CHANGELOG.md",
"documentation_uri" => "https://googleapis.dev/ruby/google-apis-core/v#{Google::Apis::Generator::VERSION}",
"documentation_uri" => "https://googleapis.dev/ruby/google-apis-generator/v#{Google::Apis::Generator::VERSION}",
"source_code_uri" => "https://github.com/googleapis/google-api-ruby-client/tree/master/google-apis-generator"
}