Skip to content

Commit

Permalink
fix(clayui.com): update url
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Apr 22, 2020
1 parent fc6e798 commit 5d08466
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clayui.com/content/docs/components/css-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: 'Alerts are used to capture the attention of the user in an intrusi
</div>

<div class="clay-site-alert alert alert-warning">
See the implementation of the <a href="/docs/components/alerts.html">Alerts component in React</a> following the Lexicon <a href="https://liferay.design/lexicon/core-components/alerts/">Alerts Pattern</a>.
See the implementation of the <a href="/docs/components/alert.html">Alerts component in React</a> following the Lexicon <a href="https://liferay.design/lexicon/core-components/alerts/">Alerts Pattern</a>.
</div>

<div class="clay-site-alert alert alert-warning">
Expand Down
6 changes: 3 additions & 3 deletions clayui.com/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default () => {
<li className="nav-item">
<Link
className="nav-link-intro"
to="/docs/components/alerts.html"
to="/docs/components/alert.html"
>
{'Components Library'}
</Link>
Expand Down Expand Up @@ -209,7 +209,7 @@ export default () => {
<div className="col-md-12">
<Link
className="btn btn-borderless btn-warning-borderless mr-3"
to="/docs/components/alerts.html"
to="/docs/components/alert.html"
>
{'Documentation'}
</Link>
Expand Down Expand Up @@ -264,7 +264,7 @@ export default () => {
<div className="col-md-12">
<Link
className="btn btn-borderless btn-warning-borderless mr-3"
to="/docs/components/alerts.html"
to="/docs/components/alert.html"
>
{'Documentation'}
</Link>
Expand Down

0 comments on commit 5d08466

Please sign in to comment.