Skip to content

Commit e929b53

Browse files
committed
minor symfony#13259 [3.4] Updated links to Bootstrap docs (skmedix)
This PR was merged into the 3.4 branch. Discussion ---------- [3.4] Updated links to Bootstrap docs This is a follow up of symfony#13253 for 3.4 Commits ------- 2f99a03 👽 Updated links to Bootstrap docs
2 parents 94f7797 + 2f99a03 commit e929b53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

form/bootstrap4.rst

+3-3
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.1/getting-started/introduction/#css -->
15+
<!-- Copy CSS from https://getbootstrap.com/docs/4.4/getting-started/introduction/#css -->
1616
{% endblock %}
1717
{% block head_js %}
18-
<!-- Copy JavaScript from https://getbootstrap.com/docs/4.1/getting-started/introduction/#js -->
18+
<!-- Copy JavaScript from https://getbootstrap.com/docs/4.4/getting-started/introduction/#js -->
1919
{% endblock %}
2020

2121
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 ``<input>``, as required by the
112112
`WCAG 2.0 standard`_.
113113

114114
.. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/
115-
.. _`custom forms`: https://getbootstrap.com/docs/4.1/components/forms/#custom-forms
115+
.. _`custom forms`: https://getbootstrap.com/docs/4.4/components/forms/#custom-forms

form/form_customization.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ more details about this concept in Twig, see :ref:`twig-reference-form-variables
856856
.. _`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
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
859-
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.3/
860-
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.1/
859+
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.4/
860+
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.4/
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)