Skip to content

Commit 66aee56

Browse files
fix more broken links
1 parent aa5ebe6 commit 66aee56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/src/assets/examples/cheatsheet/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ export const body_class = 'bg-body-tertiary'
646646
<article class="my-3" id="alerts">
647647
<div class="bd-heading sticky-xl-top align-self-start mt-5 mb-3 mt-xl-0 mb-xl-2">
648648
<h3>Alerts</h3>
649-
<a class="d-flex align-items-center" href={getVersionedDocsPath('components/alert')}>Documentation</a>
649+
<a class="d-flex align-items-center" href={getVersionedDocsPath('components/alerts')}>Documentation</a>
650650
</div>
651651

652652
<div>

site/src/content/docs/layout/utilities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Use our [display utilities]([[docsref:/utilities/display]]) for responsively tog
1414

1515
## Flexbox options
1616

17-
OUDS Web is built with flexbox, but not every element’s `display` has been changed to `display: flex` as this would add many unnecessary overrides and unexpectedly change key browser behaviors. Most of [our components]([[docsref:/components/alert]]) are built with flexbox enabled.
17+
OUDS Web is built with flexbox, but not every element’s `display` has been changed to `display: flex` as this would add many unnecessary overrides and unexpectedly change key browser behaviors. Most of [our components]([[docsref:/components/alerts]]) are built with flexbox enabled.
1818

1919
Should you need to add `display: flex` to an element, do so with `.d-flex` or one of the responsive variants (e.g., `.d-sm-flex`). You’ll need this class or `display` value to allow the use of our extra [flexbox utilities]([[docsref:/utilities/flex]]) for sizing, alignment, spacing, and more.
2020

0 commit comments

Comments
 (0)