From 0acd9b18ee7f3ced9b8815f7b8cb50a5552a769e Mon Sep 17 00:00:00 2001 From: Jen Huang Date: Sat, 3 Mar 2018 16:57:02 -0800 Subject: [PATCH] Fix broken links in docs (#457) --- src-docs/src/views/flex/flex_example.js | 2 +- src-docs/src/views/panel/panel_example.js | 2 +- src-docs/src/views/table_of_records/table_of_records_example.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-docs/src/views/flex/flex_example.js b/src-docs/src/views/flex/flex_example.js index 4d0ce2021f2..55fb0f587d7 100644 --- a/src-docs/src/views/flex/flex_example.js +++ b/src-docs/src/views/flex/flex_example.js @@ -167,7 +167,7 @@ export const FlexExample = { }], text: (

- The Panel component will naturally grow to fill the + The Panel component will naturally grow to fill the FlexItem which contains it.

), diff --git a/src-docs/src/views/panel/panel_example.js b/src-docs/src/views/panel/panel_example.js index 70b46004fc0..7b433213102 100644 --- a/src-docs/src/views/panel/panel_example.js +++ b/src-docs/src/views/panel/panel_example.js @@ -36,7 +36,7 @@ export const PanelExample = {

Panel is a simple wrapper component to add depth to a contained layout. It it commonly used as a base for - other larger components like Page and Popover. + other larger components like Page and Popover.

), props: { EuiPanel }, diff --git a/src-docs/src/views/table_of_records/table_of_records_example.js b/src-docs/src/views/table_of_records/table_of_records_example.js index 0bda5b83cf0..c9b2abbd4a1 100644 --- a/src-docs/src/views/table_of_records/table_of_records_example.js +++ b/src-docs/src/views/table_of_records/table_of_records_example.js @@ -30,7 +30,7 @@ export const TableOfRecordsExample = { EuiTableOfRecords should no longer be used. Instead, use - the EuiBasicTable as documented here. We plan + the EuiBasicTable as documented here. We plan to remove this component from EUI fairly soon.