From 420b60f54d0269043ee9b8dbf2e23f6b0be85be1 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 29 Oct 2014 18:21:50 -0600 Subject: [PATCH] Change Guzzle link to point to Github repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0e3ae..c6a5a10 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. ## HTTP *Libraries for working with HTTP and scraping websites.* -* [Guzzle](http://guzzlephp.org/) - A comprehensive HTTP client. +* [Guzzle]( https://github.com/guzzle/guzzle) - A comprehensive HTTP client. * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client. * [Requests](https://github.com/rmccue/Requests) - A simple HTTP library. * [HTTPFul](https://github.com/nategood/httpful) - A chainable HTTP client.