Skip to content

[4.4+] Updated links to Bootstrap docs #13253

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions form/bootstrap4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@ is a strong connection between the error and its ``<input>``, as required by the

.. _`WCAG 2.0 standard`: https://www.w3.org/TR/WCAG20/
.. _`custom forms`: https://getbootstrap.com/docs/4.4/components/forms/#custom-forms
.. _`custom radio`: https://getbootstrap.com/docs/4.3/components/forms/#radios
.. _`custom checkbox`: https://getbootstrap.com/docs/4.3/components/forms/#checkboxes
.. _`switch instead of a checkbox`: https://getbootstrap.com/docs/4.3/components/forms/#switches
.. _`custom radio`: https://getbootstrap.com/docs/4.4/components/forms/#radios
.. _`custom checkbox`: https://getbootstrap.com/docs/4.4/components/forms/#checkboxes
.. _`switch instead of a checkbox`: https://getbootstrap.com/docs/4.4/components/forms/#switches
4 changes: 2 additions & 2 deletions form/form_themes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ is a collection of fields (e.g. a whole form), and not just an individual field:
.. _`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
.. _`bootstrap_4_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig
.. _`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
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.3/
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.1/
.. _`Bootstrap 3 CSS framework`: https://getbootstrap.com/docs/3.4/
.. _`Bootstrap 4 CSS framework`: https://getbootstrap.com/docs/4.4/
.. _`foundation_5_layout.html.twig`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
.. _`Foundation CSS framework`: https://get.foundation/
.. _`Twig "use" tag`: https://twig.symfony.com/doc/2.x/tags/use.html
Expand Down