diff --git a/src-docs/src/views/link/link.js b/src-docs/src/views/link/link.js index eacd295953..4e73a49d08 100644 --- a/src-docs/src/views/link/link.js +++ b/src-docs/src/views/link/link.js @@ -17,15 +17,15 @@ export default () => (

Open the{' '} - - Elastic website + + OpenSearch website {' '} in a new tab. Setting target=“_blank” also defaults to {'external={true}'}.

This{' '} - + link {' '} has the external prop set to true. @@ -37,7 +37,7 @@ export default () => (

Here is an example of a{' '} { e.preventDefault(); }}> diff --git a/src-docs/src/views/link/link_validation.js b/src-docs/src/views/link/link_validation.js index dd8cb36225..3f9fd03215 100644 --- a/src-docs/src/views/link/link_validation.js +++ b/src-docs/src/views/link/link_validation.js @@ -13,8 +13,8 @@ import React from 'react'; import { OuiLink } from '../../../../src/components'; const urls = [ - 'https://elastic.co', - '//elastic.co', + 'https://opensearch.org', + '//opensearch.org', 'relative/url/somewhere', 'http://username:password@example.com/', // eslint-disable-next-line no-script-url