diff --git a/src-docs/src/views/link/link.js b/src-docs/src/views/link/link.js index 7714ad8d69..e376d37b4d 100644 --- a/src-docs/src/views/link/link.js +++ b/src-docs/src/views/link/link.js @@ -11,7 +11,7 @@ import React from 'react'; -import { OuiCode, OuiLink, OuiText } from '../../../../src/components'; +import { OuiCode, OuiLink, OuiText, OuiIcon } from '../../../../src/components'; export default () => ( @@ -28,7 +28,9 @@ export default () => ( link {' '} - has the external prop set to true. + has the external prop set to true. A pop-out icon{' '} + will be automatically rendered to + indicate that it leads to an external resource.

This link is actually a {}}>button with