Skip to content

Commit

Permalink
Create new documentation link for acc
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Sep 11, 2023
1 parent a60c0c2 commit 0d94a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions common/constants/data_connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@

export const OPENSEARCH_DOCUMENTATION_URL =
'https://opensearch.org/docs/latest/data-connections/index';

export const OPENSEARCH_ACC_DOCUMENTATION_URL =
'https://opensearch.org/docs/latest/data-acceleration/index';
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
EuiTitle,
} from '@elastic/eui';
import React from 'react';
import { OPENSEARCH_DOCUMENTATION_URL } from '../../../../../common/constants/integrations';
import { OPENSEARCH_ACC_DOCUMENTATION_URL } from '../../../../../common/constants/data_connections';

export const AccelerationHeader = () => {
return (
Expand All @@ -27,7 +27,7 @@ export const AccelerationHeader = () => {
<EuiSpacer size="s" />
<EuiText size="s" color="subdued">
Manage acceleration indices from external data connections.{' '}
<EuiLink external={true} href={OPENSEARCH_DOCUMENTATION_URL} target="blank">
<EuiLink external={true} href={OPENSEARCH_ACC_DOCUMENTATION_URL} target="blank">
Learn more
</EuiLink>
</EuiText>
Expand Down

0 comments on commit 0d94a73

Please sign in to comment.