Skip to content

Commit ce209af

Browse files
committed
👽 Updated links to Bootstrap docs
1 parent b1b7cb1 commit ce209af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

form/bootstrap4.rst

Lines changed: 6 additions & 6 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.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
@@ -120,7 +120,7 @@ is a strong connection between the error and its ``<input>``, as required by the
120120
`WCAG 2.0 standard`_.
121121

122122
.. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/
123-
.. _`custom forms`: https://getbootstrap.com/docs/4.3/components/forms/#custom-forms
124-
.. _`custom radio`: https://getbootstrap.com/docs/4.3/components/forms/#radios
125-
.. _`custom checkbox`: https://getbootstrap.com/docs/4.3/components/forms/#checkboxes
126-
.. _`switch instead of a checkbox`: https://getbootstrap.com/docs/4.3/components/forms/#switches
123+
.. _`custom forms`: https://getbootstrap.com/docs/4.4/components/forms/#custom-forms
124+
.. _`custom radio`: https://getbootstrap.com/docs/4.4/components/forms/#radios
125+
.. _`custom checkbox`: https://getbootstrap.com/docs/4.4/components/forms/#checkboxes
126+
.. _`switch instead of a checkbox`: https://getbootstrap.com/docs/4.4/components/forms/#switches

form/form_themes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,8 @@ is a collection of fields (e.g. a whole form), and not just an individual field:
600600
.. _`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
601601
.. _`bootstrap_4_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig
602602
.. _`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
603-
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.3/
604-
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.1/
603+
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.4/
604+
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.4/
605605
.. _`foundation_5_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
606606
.. _`Foundation CSS framework`: http://foundation.zurb.com/
607607
.. _`Twig "use" tag`: https://twig.symfony.com/doc/2.x/tags/use.html

0 commit comments

Comments
 (0)