Skip to content

Commit c951204

Browse files
committed
minor #13253 [4.4+] Updated links to Bootstrap docs (skmedix)
This PR was merged into the 4.4 branch. Discussion ---------- [4.4+] Updated links to Bootstrap docs Like in the title. I didn't target this PR to 3.4 as docs there are very different and links to custom components are missing. I can do a separate PR for 3.4 if needed. (My guess is yes as 3.4 is still supported) Commits ------- a71fa80 👽 Updated links to Bootstrap docs
2 parents 07a8c5d + a71fa80 commit c951204

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

form/bootstrap4.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ is a strong connection between the error and its ``<input>``, as required by the
121121

122122
.. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/
123123
.. _`custom forms`: https://getbootstrap.com/docs/4.4/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
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`: https://get.foundation/
607607
.. _`Twig "use" tag`: https://twig.symfony.com/doc/2.x/tags/use.html

0 commit comments

Comments
 (0)