File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Choose the one that fits your need first. Let's say the `GoogleMaps` one is what
6969you 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
7171since 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.
212212In order to talk to geocoding APIs, you need HTTP adapters. While it was part of
213213the 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 )
216216which defines how HTTP message should be implemented. Choose any library that
217217follows this PSR and implement the specified interfaces to use with Geocoder.
218218
You can’t perform that action at this time.
0 commit comments