diff --git a/core/lib/Drupal/Core/Render/theme.api.php b/core/lib/Drupal/Core/Render/theme.api.php index 8cb8116b9cfa1c3c5ae0672038e920f5bd5604b3..ecb76b7d21f494b69c027e2a30e80e6b83b69a17 100644 --- a/core/lib/Drupal/Core/Render/theme.api.php +++ b/core/lib/Drupal/Core/Render/theme.api.php @@ -433,7 +433,7 @@ * * There are in fact multiple render pipelines: * - Drupal always uses the Symfony render pipeline. See - * http://symfony.com/doc/2.7/components/http_kernel/introduction.html + * https://symfony.com/doc/3.4/components/http_kernel.html * - Within the Symfony render pipeline, there is a Drupal render pipeline, * which handles controllers that return render arrays. (Symfony's render * pipeline only knows how to deal with Response objects; this pipeline