Browse Source

Use Github links for Symfony components.

pull/1003/head
Jamie 6 years ago
parent
commit
8e67b3f77a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

209
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
209
 * [PHP VCR](https://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
210
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
210
 * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library.
211
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
211
 * [Retrofit](https://github.com/tebru/retrofit-php) - A library to ease creation of REST API clients.
212
-* [Symfony HTTP Client](https://symfony.com/doc/current/components/http_client.html) - A component to fetch HTTP resources synchronously or asynchronously.
212
+* [Symfony HTTP Client](https://github.com/symfony/http-client) - A component to fetch HTTP resources synchronously or asynchronously.
213
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
213
 * [zend-diactoros](https://github.com/zendframework/zend-diactoros) - PSR-7 HTTP Message implementation.
214
 
214
 
215
 ### Scraping
215
 ### Scraping
773
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
773
 * [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
774
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
774
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
775
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
775
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
776
-* [Symfony VarDumper](https://symfony.com/doc/current/components/var_dumper.html) - A variable dumper component (SF).
776
+* [Symfony VarDumper](https://github.com/symfony/var-dumper) - A variable dumper component (SF).
777
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
777
 * [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
778
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
778
 * [Whoops](https://github.com/filp/whoops) - A pretty error handling library.
779
 
779
 

Loading…
Cancel
Save