@@ -189,11 +189,11 @@ $client = new GuzzleHttp\Client(['handler' => $handler]);
189189
190190## POST Requests
191191
192- This version added the [ ` form_params ` ] ( http ://guzzle.readthedocs .org/en/latest/request-options.html#form_params)
192+ This version added the [ ` form_params ` ] ( https ://docs.guzzlephp .org/en/latest/request-options.html#form_params)
193193and ` multipart ` request options. ` form_params ` is an associative array of
194194strings or array of strings and is used to serialize an
195195` application/x-www-form-urlencoded ` POST request. The
196- [ ` multipart ` ] ( http ://guzzle.readthedocs .org/en/latest/request-options.html#multipart)
196+ [ ` multipart ` ] ( https ://docs.guzzlephp .org/en/latest/request-options.html#multipart)
197197option is now used to send a multipart/form-data POST request.
198198
199199` GuzzleHttp\Post\PostFile ` has been removed. Use the ` multipart ` option to add
@@ -209,7 +209,7 @@ The `base_url` option has been renamed to `base_uri`.
209209
210210## Rewritten Adapter Layer
211211
212- Guzzle now uses [ RingPHP] ( http ://ringphp.readthedocs.org/en/latest) to send
212+ Guzzle now uses [ RingPHP] ( https ://ringphp.readthedocs.org/en/latest) to send
213213HTTP requests. The ` adapter ` option in a ` GuzzleHttp\Client ` constructor
214214is still supported, but it has now been renamed to ` handler ` . Instead of
215215passing a ` GuzzleHttp\Adapter\AdapterInterface ` , you must now pass a PHP
@@ -575,7 +575,7 @@ You can intercept a request and inject a response using the `intercept()` event
575575of a ` GuzzleHttp\Event\BeforeEvent ` , ` GuzzleHttp\Event\CompleteEvent ` , and
576576` GuzzleHttp\Event\ErrorEvent ` event.
577577
578- See: http ://docs.guzzlephp.org/en/latest/events.html
578+ See: https ://docs.guzzlephp.org/en/latest/events.html
579579
580580## Inflection
581581
@@ -668,9 +668,9 @@ in separate repositories:
668668
669669The service description layer of Guzzle has moved into two separate packages:
670670
671- - http ://github.com/guzzle/command Provides a high level abstraction over web
671+ - https ://github.com/guzzle/command Provides a high level abstraction over web
672672 services by representing web service operations using commands.
673- - http ://github.com/guzzle/guzzle-services Provides an implementation of
673+ - https ://github.com/guzzle/guzzle-services Provides an implementation of
674674 guzzle/command that provides request serialization and response parsing using
675675 Guzzle service descriptions.
676676
@@ -870,7 +870,7 @@ HeaderInterface (e.g. toArray(), getAll(), etc.).
8708703.3 to 3.4
871871----------
872872
873- Base URLs of a client now follow the rules of https://tools .ietf.org/html/rfc3986#section-5.2.2 when merging URLs.
873+ Base URLs of a client now follow the rules of https://datatracker .ietf.org/doc /html/rfc3986#section-5.2.2 when merging URLs.
874874
8758753.2 to 3.3
876876----------
0 commit comments