Skip to content

Commit

Permalink
fix: broken dql doc link (#7887) (#7895)
Browse files Browse the repository at this point in the history
(cherry picked from commit 92a9592)

Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 72e1f92 commit 3c5a506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const QueryControls = (props: {
setIsLanguageReferenceOpen(false);
};

const osdDQLDocs = 'https://opensearch.org/docs/2.16/dashboards/dql)';
const osdDQLDocs = props.services.docLinks?.links.opensearchDashboards.dql.base;
const dqlFullName = (
<FormattedMessage
id="data.query.queryBar.dqlFullLanguageName"
Expand Down

0 comments on commit 3c5a506

Please sign in to comment.