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 16d6ad1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 16d6ad1

Please sign in to comment.