Skip to content

Commit d91b8ab

Browse files
committed
minor symfony#10372 [Forms] Update Bootstrap 4's documentation links to 4.1 (royklutman)
This PR was squashed before being merged into the 3.4 branch (closes symfony#10372). Discussion ---------- [Forms] Update Bootstrap 4's documentation links to 4.1 Commits ------- c3731ba [Forms] Update Bootstrap 4's documentation links to 4.1
2 parents 21215ea + c3731ba commit d91b8ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

form/bootstrap4.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ template which other templates extend from):
1212

1313
{# beware that the blocks in your template may be named different #}
1414
{% block head_css %}
15-
<!-- Copy CSS from https://getbootstrap.com/docs/4.0/getting-started/introduction/#css -->
15+
<!-- Copy CSS from https://getbootstrap.com/docs/4.1/getting-started/introduction/#css -->
1616
{% endblock %}
1717
{% block head_js %}
18-
<!-- Copy JavaScript from https://getbootstrap.com/docs/4.0/getting-started/introduction/#js -->
18+
<!-- Copy JavaScript from https://getbootstrap.com/docs/4.1/getting-started/introduction/#js -->
1919
{% endblock %}
2020

2121
If your application uses modern front-end practices, it's better to use
@@ -111,6 +111,6 @@ Form errors are rendered **inside** the ``<label>`` element to make sure there
111111
is a strong connection between the error and its ``<input>``, as required by the
112112
`WCAG 2.0 standard`_.
113113

114-
.. _`their documentation`: https://getbootstrap.com/docs/4.0/
114+
.. _`their documentation`: https://getbootstrap.com/docs/4.1/
115115
.. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/
116-
.. _`custom forms`: https://getbootstrap.com/docs/4.0/components/forms/#custom-forms
116+
.. _`custom forms`: https://getbootstrap.com/docs/4.1/components/forms/#custom-forms

form/form_customization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,6 @@ more details about this concept in Twig, see :ref:`twig-reference-form-variables
857857
.. _`bootstrap_4_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig
858858
.. _`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
859859
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.3/
860-
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.0/
860+
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.1/
861861
.. _`foundation_5_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
862862
.. _`Foundation CSS framework`: http://foundation.zurb.com/

0 commit comments

Comments
 (0)