Skip to content

Commit

Permalink
fix(clayui.com): lexicon urls fix due to small Lexicon site restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvalle committed Feb 13, 2020
1 parent 4a86bc0 commit 02a7a23
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clayui.com/content/docs/components/css-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ description: 'A table is a specific pattern for comparing datasets in a very dir
</div>

<div class="clay-site-alert alert alert-info">
Check the <a href="https://liferay.design/lexicon">Lexicon</a> <a href="https://liferay.design/lexicon/core-components/table/table/">Tables Pattern</a> for a more in-depth look at the motivations and proper usage of this component.
Check the <a href="https://liferay.design/lexicon">Lexicon</a> <a href="https://liferay.design/lexicon/core-components/table">Tables Pattern</a> for a more in-depth look at the motivations and proper usage of this component.
</div>

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

<div class="clay-site-alert alert alert-warning">
Expand Down
2 changes: 1 addition & 1 deletion clayui.com/content/docs/components/forms/form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import {

<div class="clay-site-alert alert alert-info">
Check the <a href="https://liferay.design/lexicon/">Lexicon</a>{' '}
<a href="https://liferay.design/lexicon/core-components/forms/forms/">
<a href="https://liferay.design/lexicon/core-components/forms/">
Forms Pattern
</a>{' '}
for a more in-depth look at the motivations and proper usage of this
Expand Down
2 changes: 1 addition & 1 deletion clayui.com/content/docs/components/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {List, ListQuickActionsMenu} from '../../../src/components/clay/List';

<div class="clay-site-alert alert alert-info">
Check the <a href="https://liferay.design/lexicon/">Lexicon</a>{' '}
<a href="https://liferay.design/lexicon/core-components/lists/">
<a href="https://liferay.design/lexicon/core-components/list/">
Lists Pattern
</a>{' '}
for a more in-depth look at the motivations and proper usage of this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: 'This component is used as the main navigation of Liferay DXP.'
</div>
</div>

<div class="clay-site-alert alert alert-info">Check the <a href="https://liferay.design/lexicon">Lexicon</a> <a href="https://liferay.design/lexicon/satellite-components/navigation/overview/">Application Bar Pattern</a> for a more in-depth look at the motivations and proper usage of this component.</div>
<div class="clay-site-alert alert alert-info">Check the <a href="https://liferay.design/lexicon">Lexicon</a> <a href="https://liferay.design/lexicon/satellite-components/navigation/">Application Bar Pattern</a> for a more in-depth look at the motivations and proper usage of this component.</div>

<div class="clay-site-alert alert alert-warning">
Bootstrap 4 doesn't support Dropdown Menu's with Popper.js positioning inside Navbars. They align them manually via CSS classes. See <a href="http://localhost:8000/docs/components/dropdown.html#alignment">Dropdown Alignment</a>.
Expand Down

0 comments on commit 02a7a23

Please sign in to comment.