mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user