diff --git a/src-docs/src/views/call_out/danger.js b/src-docs/src/views/call_out/danger.js index 93823c2e79..f61b8b9aa1 100644 --- a/src-docs/src/views/call_out/danger.js +++ b/src-docs/src/views/call_out/danger.js @@ -14,7 +14,7 @@ import React from 'react'; import { OuiCallOut, OuiLink } from '../../../../src/components'; export default () => ( - +

Now you have to fix it, but maybe{' '} this link can help. diff --git a/src-docs/src/views/call_out/info.js b/src-docs/src/views/call_out/info.js index cc0b4bc40d..27feb2d164 100644 --- a/src-docs/src/views/call_out/info.js +++ b/src-docs/src/views/call_out/info.js @@ -24,8 +24,11 @@ export default () => ( narrow, it will wrap, too.

- And some other stuff on another line, just for kicks. And{' '} - here’s a link. + When possible, its recommended to include links to product{' '} + + documentation + + .

@@ -33,7 +36,7 @@ export default () => ( diff --git a/src-docs/src/views/call_out/success.js b/src-docs/src/views/call_out/success.js index f65bc2873b..867d09cd41 100644 --- a/src-docs/src/views/call_out/success.js +++ b/src-docs/src/views/call_out/success.js @@ -11,13 +11,10 @@ import React from 'react'; -import { OuiCallOut, OuiLink } from '../../../../src/components'; +import { OuiCallOut } from '../../../../src/components'; export default () => ( - -

- I have no news. Which is good! And{' '} - here’s a link. -

+ +

A system status message that reflects success.

); diff --git a/src-docs/src/views/call_out/warning.js b/src-docs/src/views/call_out/warning.js index 21a1a9b804..52bfea224c 100644 --- a/src-docs/src/views/call_out/warning.js +++ b/src-docs/src/views/call_out/warning.js @@ -16,8 +16,12 @@ import { OuiCallOut, OuiLink, OuiButton } from '../../../../src/components'; export default () => (

- Here be dragons. Don’t wanna mess with no dragons. And{' '} - here’s a link. + This feature is experimental, and should not be run in production. For + more information on this feature, visit{' '} + + documentation + + .

Link button