Update `sink` example for Guzzle
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 24 Aug 2020 08:52:41 +0000 (10:52 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 08:52:41 +0000 (10:52 +0200)
pages/migration/wsc-52/migration_wsc-52_libraries.md

index 6f2eba0fc19cf53b9d9e1f48816609e44c04c1b3..1039fe3f9a2f7aa83213487c2adfc324863a62fd 100644 (file)
@@ -24,4 +24,4 @@ The `\wcf\util\HTTPRequest` class should no longer be used and transparently use
 Use `\wcf\system\io\HttpFactory` to retrieve a correctly configured `GuzzleHttp\ClientInterface`.
 
 Please note that it is recommended to explicitely specify a `sink` when making requests, due to a PHP / Guzzle bug.
-Have a [look at the implementation in WoltLab/WCF](https://github.com/WoltLab/WCF/blob/aa96d34130d58c150a35ebd8936f09c830ccd685/wcfsetup/install/files/lib/util/HTTPRequest.class.php#L193-L196) for an example.
+Have a [look at the implementation in WoltLab/WCF](https://github.com/WoltLab/WCF/blob/ce163806c468763f6e3b04e4bf7318c6f8035737/wcfsetup/install/files/lib/util/HTTPRequest.class.php#L194-L195) for an example.