Skip to content

Commit

Permalink
Update links to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Nov 24, 2023
1 parent 88431df commit c15a498
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/components/molecules/carousel/carousel.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion assets/components/organisms/modal/modal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
2 changes: 1 addition & 1 deletion assets/components/pages/layout-demo/layout-demo.twig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="container">
<div class="alert alert-success">
<h4>container</h4>
<p>This <strong>.container</strong> 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 <a href="https://getbootstrap.com/docs/4.1/layout/grid/">the Bootstrap documentation)</a></p>
<p>This <strong>.container</strong> 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 <a href="https://getbootstrap.com/docs/4.6/layout/grid/">the Bootstrap documentation)</a></p>
</div>
</div>
{% endblock %}
6 changes: 3 additions & 3 deletions docs/user documentation/create a page.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Bootstrap based

Elements is entirely **based on the [Bootstrap 4](https://getbootstrap.com/) framework**. It means that when you have to build a page, you can use all the **[grid](https://getbootstrap.com/docs/4.1/layout/grid/)** and **[spacing](https://getbootstrap.com/docs/4.1/utilities/spacing/) classes**.
Elements is entirely **based on the [Bootstrap 4](https://getbootstrap.com/) framework**. It means that when you have to build a page, you can use all the **[grid](https://getbootstrap.com/docs/4.6/layout/grid/)** and **[spacing](https://getbootstrap.com/docs/4.6/utilities/spacing/) classes**.

### The grid

Expand All @@ -20,7 +20,7 @@ Based on **12 columns**, the grid is pretty easy to use. For example, **if you w
```
See [the layout demo page](#/pages/layout-demo) to understand the usage we make of bootstrap grid.

Read the [Bootstrap documentation](https://getbootstrap.com/docs/4.1/layout/grid/) to learn more about the grid.
Read the [Bootstrap documentation](https://getbootstrap.com/docs/4.6/layout/grid/) to learn more about the grid.

### Spacing

Expand All @@ -32,7 +32,7 @@ Like with the grid, **Bootstrap provides some very useful classes to refine spac
</div>
```

Read the [documentation](https://getbootstrap.com/docs/4.1/utilities/spacing/) to learn more about the spacing classes.
Read the [documentation](https://getbootstrap.com/docs/4.6/utilities/spacing/) to learn more about the spacing classes.

## Page types

Expand Down

0 comments on commit c15a498

Please sign in to comment.