From 3142c83dfbd6474b8ba3d6a8c6be1db506c23a6f Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:47:52 -0700 Subject: [PATCH] Remove Elastic References from OuiBasicTable (#697) (#721) (#833) (cherry picked from commit d5f6fa6f29d73a7032984c709362a6e13036bc29) Signed-off-by: Sergey Myssak Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: Andrey Myssak --- src-docs/src/views/tables/actions/actions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-docs/src/views/tables/actions/actions.js b/src-docs/src/views/tables/actions/actions.js index d1dc9173ce..579339dfe2 100644 --- a/src-docs/src/views/tables/actions/actions.js +++ b/src-docs/src/views/tables/actions/actions.js @@ -205,12 +205,12 @@ export const Table = () => { ] : [ { - name: 'Elastic.co', - description: 'Go to elastic.co', + name: 'opensearch.org', + description: 'Go to opensearch.org', icon: 'editorLink', color: 'primary', type: 'icon', - href: 'https://elastic.co', + href: 'https://opensearch.org/', target: '_blank', 'data-test-subj': 'action-outboundlink', },