Skip to content

Commit 495c130

Browse files
committed
Update links to PSR-7 spec
Since its acceptance, the PSR-7 document has been moved from proposed to accepted FIG standards. As a result, all the links that were targeting the proposed document became broken. This commit fixes this by updating links in order to make them reference the new location of PSR-7.
1 parent 84ecb9e commit 495c130

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)