Skip to content

Commit

Permalink
Fix broken links in docs (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
jen-huang authored Mar 4, 2018
1 parent 6e52601 commit 0acd9b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/views/flex/flex_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const FlexExample = {
}],
text: (
<p>
The <Link to="/panel">Panel</Link> component will naturally grow to fill the
The <Link to="/layout/panel">Panel</Link> component will naturally grow to fill the
<EuiCode>FlexItem</EuiCode> which contains it.
</p>
),
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/panel/panel_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const PanelExample = {
<p>
<EuiCode>Panel</EuiCode> is a simple wrapper component to add
depth to a contained layout. It it commonly used as a base for
other larger components like <Link to="/page">Page</Link> and <Link to="/popover">Popover</Link>.
other larger components like <Link to="/layout/page">Page</Link> and <Link to="/layout/popover">Popover</Link>.
</p>
),
props: { EuiPanel },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const TableOfRecordsExample = {
<EuiText>
<EuiCallOut color="danger" iconType="alert" title="Do not use. This is a depricated feature.">
<EuiCode>EuiTableOfRecords</EuiCode> should no longer be used. Instead, use
the <EuiCode>EuiBasicTable</EuiCode> as <Link to="/tables">documented here</Link>. We plan
the <EuiCode>EuiBasicTable</EuiCode> as <Link to="/display/tables">documented here</Link>. We plan
to remove this component from EUI fairly soon.
</EuiCallOut>
<EuiTitle>
Expand Down

0 comments on commit 0acd9b1

Please sign in to comment.