diff --git a/async-http-faraday.gemspec b/async-http-faraday.gemspec index 578b876..3736de0 100644 --- a/async-http-faraday.gemspec +++ b/async-http-faraday.gemspec @@ -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", } diff --git a/readme.md b/readme.md index c770c88..6b024b6 100644 --- a/readme.md +++ b/readme.md @@ -9,21 +9,21 @@ Provides an adaptor for [Faraday](https://github.com/lostisland/faraday) to perf ## Usage -Please see the [project documentation](https://socketry.github.io/async-http/) for more details. +Please see the [project documentation](https://socketry.github.io/async-http-faraday/) for more details. - - [Getting Started](https://socketry.github.io/async-http/guides/getting-started/index) - This guide explains how to use use `Async::HTTP::Faraday` as a drop-in replacement for improved concurrency. + - [Getting Started](https://socketry.github.io/async-http-faraday/guides/getting-started/index) - This guide explains how to use use `Async::HTTP::Faraday` as a drop-in replacement for improved concurrency. ## Releases -Please see the [project changes](https://socketry.github.io/async-http//changes/index) for all releases. +Please see the [project changes](https://socketry.github.io/async-http-faraday//changes/index) for all releases. ### v0.18.0 - - [Config Block](https://socketry.github.io/async-http/changes/index#config-block) + - [Config Block](https://socketry.github.io/async-http-faraday/changes/index#config-block) ### v0.17.0 - - [Per-thread Client Cache](https://socketry.github.io/async-http/changes/index#per-thread-client-cache) + - [Per-thread Client Cache](https://socketry.github.io/async-http-faraday/changes/index#per-thread-client-cache) ## Contributing