Skip to content

Commit 16d6ad1

Browse files
committed
Fix links.
1 parent 5940cca commit 16d6ad1

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

async-http-faraday.gemspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Gem::Specification.new do |spec|
1313
spec.cert_chain = ['release.cert']
1414
spec.signing_key = File.expand_path('~/.gem/release.pem')
1515

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

1818
spec.metadata = {
19-
"documentation_uri" => "https://socketry.github.io/async-http/",
19+
"documentation_uri" => "https://socketry.github.io/async-http-faraday/",
20+
"funding_uri" => "https://github.com/sponsors/ioquatix",
2021
"source_code_uri" => "https://github.com/socketry/async-http.git",
2122
}
2223

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ Provides an adaptor for [Faraday](https://github.com/lostisland/faraday) to perf
99

1010
## Usage
1111

12-
Please see the [project documentation](https://socketry.github.io/async-http/) for more details.
12+
Please see the [project documentation](https://socketry.github.io/async-http-faraday/) for more details.
1313

14-
- [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.
14+
- [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.
1515

1616
## Releases
1717

18-
Please see the [project changes](https://socketry.github.io/async-http//changes/index) for all releases.
18+
Please see the [project changes](https://socketry.github.io/async-http-faraday//changes/index) for all releases.
1919

2020
### v0.18.0
2121

22-
- [Config Block](https://socketry.github.io/async-http/changes/index#config-block)
22+
- [Config Block](https://socketry.github.io/async-http-faraday/changes/index#config-block)
2323

2424
### v0.17.0
2525

26-
- [Per-thread Client Cache](https://socketry.github.io/async-http/changes/index#per-thread-client-cache)
26+
- [Per-thread Client Cache](https://socketry.github.io/async-http-faraday/changes/index#per-thread-client-cache)
2727

2828
## Contributing
2929

0 commit comments

Comments
 (0)