From b0559c46f0142087f3640dae1bf7159ec3d36d80 Mon Sep 17 00:00:00 2001 From: Nick Campbell Date: Tue, 12 Jan 2021 14:15:55 +0000 Subject: [PATCH] Fix broken Rubydoc.info links For some reason the docs are not being published for this gem anymore, but they are still reachable when referencing the github path instead. --- README.md | 2 +- docs/adapters/em-http.md | 2 +- docs/adapters/em-synchrony.md | 2 +- docs/adapters/excon.md | 2 +- docs/adapters/httpclient.md | 2 +- docs/adapters/net_http.md | 2 +- docs/adapters/net_http_persistent.md | 2 +- docs/adapters/patron.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 38f67bbe8..bf6a5787f 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ But before you start coding, please read our [Contributing Guide][contributing] [website]: https://lostisland.github.io/faraday [faraday_team]: https://lostisland.github.io/faraday/team [contributing]: https://github.com/lostisland/faraday/blob/master/.github/CONTRIBUTING.md -[apidoc]: http://www.rubydoc.info/gems/faraday +[apidoc]: https://www.rubydoc.info/github/lostisland/faraday [actions]: https://github.com/lostisland/faraday/actions [jruby]: http://jruby.org/ [rubinius]: http://rubini.us/ diff --git a/docs/adapters/em-http.md b/docs/adapters/em-http.md index ba0d861cc..310449d09 100644 --- a/docs/adapters/em-http.md +++ b/docs/adapters/em-http.md @@ -24,4 +24,4 @@ end [rdoc]: https://www.rubydoc.info/gems/em-http-request [src]: https://github.com/igrigorik/em-http-request#readme -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/EMHttp +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/EMHttp diff --git a/docs/adapters/em-synchrony.md b/docs/adapters/em-synchrony.md index a362c8a6b..ca5839a9e 100644 --- a/docs/adapters/em-synchrony.md +++ b/docs/adapters/em-synchrony.md @@ -25,4 +25,4 @@ end [rdoc]: https://www.rubydoc.info/gems/em-synchrony [src]: https://github.com/igrigorik/em-synchrony -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/EMSynchrony +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/EMSynchrony diff --git a/docs/adapters/excon.md b/docs/adapters/excon.md index a526327f8..270a8e122 100644 --- a/docs/adapters/excon.md +++ b/docs/adapters/excon.md @@ -24,4 +24,4 @@ end [rdoc]: https://www.rubydoc.info/gems/excon [src]: https://github.com/excon/excon -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/Excon +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/Excon diff --git a/docs/adapters/httpclient.md b/docs/adapters/httpclient.md index fe52fc7ab..9d711498c 100644 --- a/docs/adapters/httpclient.md +++ b/docs/adapters/httpclient.md @@ -27,4 +27,4 @@ end [rdoc]: https://www.rubydoc.info/gems/httpclient [src]: https://github.com/nahi/httpclient -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/HTTPClient +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/HTTPClient diff --git a/docs/adapters/net_http.md b/docs/adapters/net_http.md index 7a0411574..e1890b3bb 100644 --- a/docs/adapters/net_http.md +++ b/docs/adapters/net_http.md @@ -28,4 +28,4 @@ end * [Adapter RDoc][adapter_rdoc] [rdoc]: http://ruby-doc.org/stdlib/libdoc/net/http/rdoc/Net/HTTP.html -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/NetHttp +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/NetHttp diff --git a/docs/adapters/net_http_persistent.md b/docs/adapters/net_http_persistent.md index e5ae3d427..4c563e6ef 100644 --- a/docs/adapters/net_http_persistent.md +++ b/docs/adapters/net_http_persistent.md @@ -26,4 +26,4 @@ end [rdoc]: https://www.rubydoc.info/gems/net-http-persistent [src]: https://github.com/drbrain/net-http-persistent -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/NetHttpPersistent +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/NetHttpPersistent diff --git a/docs/adapters/patron.md b/docs/adapters/patron.md index 97a22d6d9..a6ec1eec3 100644 --- a/docs/adapters/patron.md +++ b/docs/adapters/patron.md @@ -26,4 +26,4 @@ end [rdoc]: https://www.rubydoc.info/gems/patron [src]: https://github.com/toland/patron -[adapter_rdoc]: https://www.rubydoc.info/gems/faraday/Faraday/Adapter/Patron +[adapter_rdoc]: https://www.rubydoc.info/github/lostisland/faraday/Faraday/Adapter/Patron