diff --git a/assets/components/molecules/carousel/carousel.yml b/assets/components/molecules/carousel/carousel.yml index 5495b9549..a45c824d5 100644 --- a/assets/components/molecules/carousel/carousel.yml +++ b/assets/components/molecules/carousel/carousel.yml @@ -1,7 +1,7 @@ name: carousel title: Carousel notes: | - Basic carousel using Bootstrap functionality: https://getbootstrap.com/docs/4.0/components/carousel/. + Basic carousel using Bootstrap functionality: https://getbootstrap.com/docs/4.6/components/carousel/. Use the 'data-interval' attribute to change the automatic slide delay. diff --git a/assets/components/organisms/modal/modal.yml b/assets/components/organisms/modal/modal.yml index 213bf8221..e3ff96c60 100644 --- a/assets/components/organisms/modal/modal.yml +++ b/assets/components/organisms/modal/modal.yml @@ -3,4 +3,4 @@ name: modal notes: | The **Bootstrap Modal component** is a dialog box/popup window that is displayed on top of the current page. - For usage, [see Bootstrap documentation](https://getbootstrap.com/docs/4.0/components/modal/). + For usage, [see Bootstrap documentation](https://getbootstrap.com/docs/4.6/components/modal/). diff --git a/assets/components/pages/layout-demo/layout-demo.twig b/assets/components/pages/layout-demo/layout-demo.twig index 90815ae97..1bec16c9a 100644 --- a/assets/components/pages/layout-demo/layout-demo.twig +++ b/assets/components/pages/layout-demo/layout-demo.twig @@ -18,7 +18,7 @@
This .container class is the bootstrap defaut one. When used, It will fallback to the default bootstrap behavior, that can be divided with rows, columns, etc... (see the Bootstrap documentation)
+This .container class is the bootstrap defaut one. When used, It will fallback to the default bootstrap behavior, that can be divided with rows, columns, etc... (see the Bootstrap documentation)