We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deececb commit 9f2aa44Copy full SHA for 9f2aa44
workbench/public/components/Main/main.tsx
@@ -640,7 +640,7 @@ export class Main extends React.Component<MainProps, MainState> {
640
updatePPLQueries={this.updatePPLQueries}
641
/>
642
);
643
- link = 'https://opensearch.org/docs/latest/observability/ppl/index/';
+ link = 'https://opensearch.org/docs/latest/observability-plugin/ppl/index/';
644
linkTitle = 'PPL documentation';
645
}
646
0 commit comments