README.md in em-http-request-1.0.3 vs README.md in em-http-request-1.1.0
- old
+ new
@@ -34,11 +34,11 @@
Several higher-order Ruby projects have incorporated em-http and other Ruby HTTP clients:
- [EM-Synchrony](https://github.com/igrigorik/em-synchrony) - Collection of convenience classes and primitives to help untangle evented code (Ruby 1.9 + Fibers).
- [Rack-Client](https://github.com/halorgium/rack-client) - Use Rack API for server, test, and client side. Supports Rack middleware!
- [Example in action](https://gist.github.com/802391)
-- [Faraday](https://github.com/technoweenie/faraday) - Modular HTTP client library using middleware heavily inspired by Rack.
+- [Faraday](https://github.com/lostisland/faraday) - Modular HTTP client library using middleware heavily inspired by Rack.
- [Example in action](https://gist.github.com/802395)
## Testing
- [WebMock](https://github.com/bblimke/webmock) - Library for stubbing and setting expectations on HTTP requests in Ruby.
@@ -57,6 +57,6 @@
- [sinatra-synchrony](https://github.com/kyledrake/sinatra-synchrony) - Sinatra plugin for synchronous use of EM
- and many others.. drop me a link if you want yours included!
### License
-(MIT License) - Copyright (c) 2011 Ilya Grigorik
\ No newline at end of file
+(MIT License) - Copyright (c) 2011 Ilya Grigorik