Skip to content

Commit a0d8159

Browse files
committed
Merge pull request #434 from miclf/patch-1
Update links to PSR-7 spec
2 parents 84ecb9e + 495c130 commit a0d8159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Choose the one that fits your need first. Let's say the `GoogleMaps` one is what
6969
you were looking for, so let's see how to use it. In the code snippet below,
7070
`curl` has been choosen as [HTTP layer](#http-adapters) but it is up to you
7171
since each HTTP-based provider implements
72-
[PSR-7](https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md).
72+
[PSR-7](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md).
7373

7474
```php
7575
$curl = new \Ivory\HttpAdapter\CurlHttpAdapter();
@@ -212,7 +212,7 @@ geocoder calls will appear in your timeline section in the Web Profiler.
212212
In order to talk to geocoding APIs, you need HTTP adapters. While it was part of
213213
the library in Geocoder 1.x and 2.x, Geocoder 3.x and upper now relies on the
214214
[PSR-7
215-
Standard](https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md)
215+
Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md)
216216
which defines how HTTP message should be implemented. Choose any library that
217217
follows this PSR and implement the specified interfaces to use with Geocoder.
218218

0 commit comments

Comments
 (0)