Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in docs #457

Merged
merged 1 commit into from
Mar 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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