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
This commit is contained in:
Ivana Huckova
2019-09-30 20:39:14 +02:00
committed by David
parent 44add8d9ca
commit 9b5bc819f4

View File

@@ -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.