Skip to content

Commit 07a8c5d

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: 👽 Updated links to Bootstrap docs
2 parents d1a9979 + e929b53 commit 07a8c5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

form/bootstrap4.rst

Lines changed: 3 additions & 3 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
123+
.. _`custom forms`: https://getbootstrap.com/docs/4.4/components/forms/#custom-forms
124124
.. _`custom radio`: https://getbootstrap.com/docs/4.3/components/forms/#radios
125125
.. _`custom checkbox`: https://getbootstrap.com/docs/4.3/components/forms/#checkboxes
126126
.. _`switch instead of a checkbox`: https://getbootstrap.com/docs/4.3/components/forms/#switches

0 commit comments

Comments
 (0)