Skip to content

Commit 6cf3945

Browse files
committed
Merge branch '5.0' into 5.1
* 5.0: Move HTTP client docs from components to guides
2 parents 63fd4fb + b9dbfde commit 6cf3945

File tree

4 files changed

+570
-221
lines changed

4 files changed

+570
-221
lines changed

_build/redirection_map

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
/doctrine/pdo_session_storage /session/database
485485
/doctrine/mongodb_session_storage /session/database
486486
/components/dotenv https://github.com/symfony/dotenv
487-
/components/mercure https://github.com/symfony/mercure
487+
/components/mercure /mercure
488488
/components/polyfill_apcu https://github.com/symfony/polyfill-apcu
489489
/components/polyfill_ctype https://github.com/symfony/polyfill-ctype
490490
/components/polyfill_iconv https://github.com/symfony/polyfill-iconv
@@ -506,3 +506,4 @@
506506
/components/error_handler https://github.com/symfony/error-handler
507507
/components/class_loader https://github.com/symfony/class-loader
508508
/frontend/encore/versus-assetic /frontend
509+
/components/http_client /http_client

components/browser_kit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The BrowserKit Component
1313
In Symfony versions prior to 4.3, the BrowserKit component could only make
1414
internal requests to your application. Starting from Symfony 4.3, this
1515
component can also :ref:`make HTTP requests to any public site <component-browserkit-external-requests>`
16-
when using it in combination with the :doc:`HttpClient component </components/http_client>`.
16+
when using it in combination with the :doc:`HttpClient component </http_client>`.
1717

1818
Installation
1919
------------
@@ -289,7 +289,7 @@ So far, all the examples in this article have assumed that you are making
289289
internal requests to your own application. However, you can run the exact same
290290
examples when making HTTP requests to external web sites and applications.
291291

292-
First, install and configure the :doc:`HttpClient component </components/http_client>`.
292+
First, install and configure the :doc:`HttpClient component </http_client>`.
293293
Then, use the :class:`Symfony\\Component\\BrowserKit\\HttpBrowser` to create
294294
the client that will make the external HTTP requests::
295295

0 commit comments

Comments
 (0)