Skip to content

Commit a602f01

Browse files
committed
[IMP] howto/website_themes: Layout page update
- Update the Bootstrap documentation urls - Update the Github urls closes #12713 Signed-off-by: Brandon Mercier (bram) <bram@odoo.com>
1 parent ec8213d commit a602f01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/developer/howtos/website_themes/layout.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Each header template comes with the `template_header_mobile` template ensuring a
423423
experience accross every devices.
424424

425425
.. seealso::
426-
`Mobile header template on Odoo's Git repository <https://github.com/odoo/odoo/blob/d053ea84d45f2ba50a31c2773f2d3ded9fd1ee6b/addons/website/views/website_templates.xml#L343>`_
426+
`Mobile header template on Odoo's Git repository <https://github.com/odoo/odoo/blob/43b20e6e52526c415e28c21810cd7023f6feef1e/addons/website/views/website_templates.xml#L354>`_
427427

428428

429429
.. _website_themes/layout/header/custom :
@@ -782,7 +782,7 @@ Odoo in general relies on the Bootstrap framework which eases the responsiveness
782782

783783
.. seealso::
784784
- `Bootstrap documentation on display property
785-
<https://getbootstrap.com/docs/5.1/utilities/display/>`_
785+
<https://getbootstrap.com/docs/5.3/utilities/display/>`_
786786

787787
.. _website_themes/layout/reponsive/font_sizes :
788788

@@ -794,7 +794,7 @@ across device and viewport sizes (relying on the `$enable-rfs` variable).
794794

795795
.. seealso::
796796
- `Bootstrap documentation about responsive font sizes
797-
<https://getbootstrap.com/docs/5.1/getting-started/rfs/>`_
797+
<https://getbootstrap.com/docs/5.3/getting-started/rfs/>`_
798798

799799
.. _website_themes/layout/reponsive/column_sizes :
800800

@@ -810,8 +810,8 @@ medium breakpoints (`col-md-4` for example).
810810
The medium sizes can be set but the end-user is not able to edit them within the Website Builder.
811811

812812
.. seealso::
813-
- `Bootstrap documentation on responsive breakpoints <https://getbootstrap.com/docs/5.1/layout/breakpoints/>`_
814-
- `Bootstrap documentation about the grid <https://getbootstrap.com/docs/5.1/layout/grid/>`_
813+
- `Bootstrap documentation on responsive breakpoints <https://getbootstrap.com/docs/5.3/layout/breakpoints/>`_
814+
- `Bootstrap documentation about the grid <https://getbootstrap.com/docs/5.3/layout/grid/>`_
815815

816816
.. _website_themes/layout/reponsive/visibility_conditions :
817817

0 commit comments

Comments
 (0)