diff --git a/form/bootstrap4.rst b/form/bootstrap4.rst index f069ae33788..57d6e944b8e 100644 --- a/form/bootstrap4.rst +++ b/form/bootstrap4.rst @@ -12,10 +12,10 @@ template which other templates extend from): {# beware that the blocks in your template may be named different #} {% block head_css %} - + {% endblock %} {% block head_js %} - + {% endblock %} If your application uses modern front-end practices, it's better to use @@ -112,4 +112,4 @@ is a strong connection between the error and its ````, as required by the `WCAG 2.0 standard`_. .. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/ -.. _`custom forms`: https://getbootstrap.com/docs/4.1/components/forms/#custom-forms +.. _`custom forms`: https://getbootstrap.com/docs/4.4/components/forms/#custom-forms diff --git a/form/form_customization.rst b/form/form_customization.rst index ba18cfa403f..b3f3c0fcf52 100644 --- a/form/form_customization.rst +++ b/form/form_customization.rst @@ -856,7 +856,7 @@ more details about this concept in Twig, see :ref:`twig-reference-form-variables .. _`bootstrap_3_horizontal_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_horizontal_layout.html.twig .. _`bootstrap_4_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig .. _`bootstrap_4_horizontal_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_horizontal_layout.html.twig -.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.3/ -.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.1/ +.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.4/ +.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.4/ .. _`foundation_5_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig .. _`Foundation CSS framework`: http://foundation.zurb.com/