From 364585a1f10ad9ee38ca1d962ea50db26c9e4ac6 Mon Sep 17 00:00:00 2001 From: Shenoy Pratik Date: Tue, 24 Oct 2023 14:52:37 -0700 Subject: [PATCH] update docs links Signed-off-by: Shenoy Pratik --- .../Main/__snapshots__/main.test.tsx.snap | 14 +++++++------- public/components/Main/main.tsx | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/components/Main/__snapshots__/main.test.tsx.snap b/public/components/Main/__snapshots__/main.test.tsx.snap index 9121ac9e..5627180f 100644 --- a/public/components/Main/__snapshots__/main.test.tsx.snap +++ b/public/components/Main/__snapshots__/main.test.tsx.snap @@ -155,7 +155,7 @@ exports[`
spec click clear button 1`] = ` > @@ -712,7 +712,7 @@ exports[`
spec click run button, and response causes an error 1`] = ` > @@ -1269,7 +1269,7 @@ exports[`
spec click run button, and response is not ok 1`] = ` > @@ -1826,7 +1826,7 @@ exports[`
spec click run button, and response is ok 1`] = ` > @@ -2467,7 +2467,7 @@ exports[`
spec click run button, response fills null and missing values > @@ -3107,7 +3107,7 @@ exports[`
spec click translation button, and response is ok 1`] = ` > @@ -3659,7 +3659,7 @@ exports[`
spec renders the component 1`] = ` > diff --git a/public/components/Main/main.tsx b/public/components/Main/main.tsx index 1d24ca1f..742776a6 100644 --- a/public/components/Main/main.tsx +++ b/public/components/Main/main.tsx @@ -863,7 +863,7 @@ export class Main extends React.Component { setIsAccelerationFlyoutOpened={this.setIsAccelerationFlyoutOpened} /> ); - link = 'https://opensearch.org/docs/latest/search-plugins/sql/index/'; + link = 'https://opensearch.org/docs/latest/search-plugins/sql/sql/index/'; linkTitle = 'SQL documentation'; } else { page = ( @@ -881,7 +881,7 @@ export class Main extends React.Component { asyncLoading={this.state.asyncLoading} /> ); - link = 'https://opensearch.org/docs/latest/observability-plugin/ppl/index/'; + link = 'https://opensearch.org/docs/latest/search-plugins/sql/ppl/index/'; linkTitle = 'PPL documentation'; }