README.md in vcr-2.2.0 vs README.md in vcr-2.2.1
- old
+ new
@@ -36,20 +36,20 @@
* Automatically records and replays your HTTP interactions with minimal setup/configuration code.
* Supports and works with the HTTP stubbing facilities of multiple libraries. Currently, the
following are supported:
* [FakeWeb](https://github.com/chrisk/fakeweb)
* [WebMock](https://github.com/bblimke/webmock)
- * [Typhoeus](https://github.com/dbalatero/typhoeus)
+ * [Typhoeus](https://github.com/typhoeus/typhoeus)
* [Faraday](https://github.com/technoweenie/faraday)
* [Excon](https://github.com/geemus/excon)
* Supports multiple HTTP libraries:
* [Patron](http://github.com/toland/patron) (when using WebMock)
* [Curb](http://github.com/taf2/curb) (when using WebMock -- only supports Curl::Easy at the moment)
* [HTTPClient](http://github.com/nahi/httpclient) (when using WebMock)
* [em-http-request](http://github.com/igrigorik/em-http-request) (when using WebMock)
* [Net::HTTP](http://www.ruby-doc.org/stdlib/libdoc/net/http/rdoc/index.html) (when using FakeWeb and WebMock)
- * [Typhoeus](https://github.com/dbalatero/typhoeus) (Typhoeus::Hydra, but not Typhoeus::Easy or Typhoeus::Multi)
+ * [Typhoeus](https://github.com/typhoeus/typhoeus) (Typhoeus::Hydra, but not Typhoeus::Easy or Typhoeus::Multi)
* [Excon](https://github.com/geemus/excon)
* [Faraday](https://github.com/technoweenie/faraday)
* And of course any library built on Net::HTTP, such as [Mechanize](http://github.com/tenderlove/mechanize),
[HTTParty](http://github.com/jnunemaker/httparty) or [Rest Client](http://github.com/archiloque/rest-client).
* Request matching is configurable based on HTTP method, URI, host, path, body and headers, or you can easily
@@ -125,10 +125,10 @@
* [Aslak Hellesøy](http://github.com/aslakhellesoy) for [Cucumber](http://github.com/aslakhellesoy/cucumber).
* [Bartosz Blimke](http://github.com/bblimke) for [WebMock](http://github.com/bblimke/webmock).
* [Chris Kampmeier](http://github.com/chrisk) for [FakeWeb](http://github.com/chrisk/fakeweb).
* [Chris Young](http://github.com/chrisyoung) for [NetRecorder](http://github.com/chrisyoung/netrecorder),
the inspiration for VCR.
-* [David Balatero](https://github.com/dbalatero) for help with [Typhoeus](https://github.com/pauldix/typhoeus)
+* [David Balatero](https://github.com/dbalatero) for help with [Typhoeus](https://github.com/typhoeus/typhoeus)
support.
* [Wesley Beary](https://github.com/geemus) for help with [Excon](https://github.com/geemus/excon)
support.
Thanks also to the following people who have contributed patches or helpful suggestions: