Skip to content

Commit

Permalink
update docs links
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Oct 24, 2023
1 parent c67c7f0 commit 364585a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions public/components/Main/__snapshots__/main.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ exports[`<Main /> spec click clear button 1`] = `
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -712,7 +712,7 @@ exports[`<Main /> spec click run button, and response causes an error 1`] = `
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1269,7 +1269,7 @@ exports[`<Main /> spec click run button, and response is not ok 1`] = `
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -1826,7 +1826,7 @@ exports[`<Main /> spec click run button, and response is ok 1`] = `
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -2467,7 +2467,7 @@ exports[`<Main /> spec click run button, response fills null and missing values
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -3107,7 +3107,7 @@ exports[`<Main /> spec click translation button, and response is ok 1`] = `
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -3659,7 +3659,7 @@ exports[`<Main /> spec renders the component 1`] = `
>
<a
class="euiButton euiButton--primary"
href="https://opensearch.org/docs/latest/search-plugins/sql/index/"
href="https://opensearch.org/docs/latest/search-plugins/sql/sql/index/"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
4 changes: 2 additions & 2 deletions public/components/Main/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ export class Main extends React.Component<MainProps, MainState> {
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 = (
Expand All @@ -881,7 +881,7 @@ export class Main extends React.Component<MainProps, MainState> {
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';
}

Expand Down

0 comments on commit 364585a

Please sign in to comment.