Skip to content

Commit

Permalink
Merge branch 'foundation:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ycrepeau committed May 31, 2021
2 parents 5969534 + 6cdc596 commit b3c62f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ To create a button with only an arrow, add the class `.arrow-only`. Note that th

## Flexbox Button Group

The buttons in a button group can be positioned using the [Flexbox Utility](http://localhost:3000/flexbox.html#helper-classes) classes in Foundation. You can use `.align-center`, `.align-right`, `.align-spaced`, or `.align-justify`.
The buttons in a button group can be positioned using the [Flexbox Utility](/sites/docs/flexbox-utilities.html#vanilla-flexbox-helper-classes) classes in Foundation. You can use `.align-center`, `.align-right`, `.align-spaced`, or `.align-justify`.

```html_example
<div class="button-group align-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/panini.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Displays the HTML inside the helper if the two values are equal.
{{#ifequal foo bar}}
<p>foo and bar are equal</p>
{{else}}
<p>foo and bar are not equal}}
<p>foo and bar are not equal</p>
{{/ifequal}}
```

Expand Down

0 comments on commit b3c62f8

Please sign in to comment.