Skip to content

Commit

Permalink
correct ppl leran more link (#154)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wei <[email protected]>

Signed-off-by: Eric Wei <[email protected]>
(cherry picked from commit d95c16b)
  • Loading branch information
mengweieric authored and github-actions[bot] committed Jan 9, 2023
1 parent 50eee99 commit ab50a5b
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 ab50a5b

Please sign in to comment.