From 81cfb71949fc221b55f12d284580a6eadbc84abe Mon Sep 17 00:00:00 2001 From: Adrian Palmer Date: Tue, 28 Oct 2014 10:15:56 +1100 Subject: [PATCH] Fix links to other repos --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5871b41..92b097e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Guzzle 4 support for 99designs http-signatures library [![Build Status](https://travis-ci.org/99designs/http-signatures-guzzlehttp.svg)](https://travis-ci.org/99designs/http-signatures-guzzlehttp) -Adds [99designs/http-signatures](http-signatures) support to Guzzle 4. -For Guzzle 3 see the [99designs/http-signatures-guzzle](99designs/http-signatures-guzzle) repo. +Adds [99designs/http-signatures][99signatures] support to Guzzle 4. +For Guzzle 3 see the [99designs/http-signatures-guzzle][99signatures-guzzle] repo. Signing with Guzzle 4 --------------------- @@ -36,3 +36,6 @@ $client->get('/path?query=123', array( ## Contributing Pull Requests are welcome. + +[99signatures]: https://github.com/99designs/http-signatures-php +[99signatures-guzzle]: https://github.com/99designs/http-signatures-guzzle