diff --git a/http-client.md b/http-client.md index 8235b97a7b..1e560db2f7 100644 --- a/http-client.md +++ b/http-client.md @@ -87,7 +87,7 @@ The HTTP client also allows you to construct request URLs using the [URI templat Http::withUrlParameters([ 'endpoint' => 'https://laravel.com', 'page' => 'docs', - 'version' => '11.x', + 'version' => '12.x', 'topic' => 'validation', ])->get('{+endpoint}/{page}/{version}/{topic}'); ```