Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Aug 18, 2024
1 parent 5940cca commit 66b52b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions async-http-faraday.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Gem::Specification.new do |spec|
spec.cert_chain = ['release.cert']
spec.signing_key = File.expand_path('~/.gem/release.pem')

spec.homepage = "https://github.com/socketry/async-http"
spec.homepage = "https://github.com/socketry/async-http-faraday"

spec.metadata = {
"documentation_uri" => "https://socketry.github.io/async-http/",
"documentation_uri" => "https://socketry.github.io/async-http-faraday/",
"funding_uri" => "https://github.com/sponsors/ioquatix",
"source_code_uri" => "https://github.com/socketry/async-http.git",
}

Expand Down

0 comments on commit 66b52b0

Please sign in to comment.