Skip to content

Commit

Permalink
correct ppl leran more link (opensearch-project#154) (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#189)

Signed-off-by: Eric Wei <[email protected]>

Signed-off-by: Eric Wei <[email protected]>
(cherry picked from commit d95c16b)

Co-authored-by: Eric Wei <[email protected]>
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
2 people authored and derek-ho committed Feb 23, 2023
1 parent fb85ecc commit 8620440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/constants/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const observabilityPluginOrder = 6000;
// Shared Constants
export const SQL_DOCUMENTATION_URL = 'https://opensearch.org/docs/latest/search-plugins/sql/index/';
export const PPL_DOCUMENTATION_URL =
'https://opensearch.org/docs/latest/observability-plugin/ppl/commands/';
'https://opensearch.org/docs/latest/search-plugins/sql/ppl/index';
export const PPL_PATTERNS_DOCUMENTATION_URL =
'https://github.com/opensearch-project/sql/blob/2.x/docs/user/ppl/cmd/patterns.rst#description';
export const UI_DATE_FORMAT = 'MM/DD/YYYY hh:mm A';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ exports[`<Paragraphs /> spec renders the component 1`] = `
and
<a
class="euiLink euiLink--primary"
href="https://opensearch.org/docs/latest/observability-plugin/ppl/commands/"
href="https://opensearch.org/docs/latest/search-plugins/sql/ppl/index"
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit 8620440

Please sign in to comment.