Skip to content

Commit

Permalink
Fix broken Rubydoc.info links (#1236)
Browse files Browse the repository at this point in the history
For some reason the docs are not being published for this gem anymore,
but they are still reachable when referencing the github path instead.
  • Loading branch information
nickcampbell18 committed Jan 12, 2021
1 parent 086bb62 commit d22dd00
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion docs/adapters/em-http.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/adapters/em-synchrony.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/adapters/excon.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/adapters/httpclient.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/adapters/net_http.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/adapters/net_http_persistent.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/adapters/patron.md
Expand Up @@ -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

0 comments on commit d22dd00

Please sign in to comment.