Commit 9b5bc819 by Ivana Huckova Committed by David

Explore: Update broken link to logql docs (#19510)

* Explore: Update broken link to logql docs

* Explore: Remove console logs

* Explore: Add filter expression heading to link target
parent 44add8d9
......@@ -89,7 +89,7 @@ export default class LokiCheatSheet extends PureComponent<ExploreStartPageProps,
{this.renderExpression('{app="cassandra"} |= "exact match"')}
{this.renderExpression('{app="cassandra"} != "do not match"')}
<div className="cheat-sheet-item__label">
<a href="https://github.com/grafana/loki/blob/master/docs/usage.md#filter-expression" target="logql">
<a href="https://github.com/grafana/loki/blob/master/docs/logql.md#filter-expression" target="logql">
LogQL
</a>{' '}
supports exact and regular expression filters.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment