docs: fix link in logsql doc

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2024-07-24 20:31:12 +02:00
parent 683a69d53d
commit 0593310e89
No known key found for this signature in database
GPG key ID: BE7B8368E3432014

View file

@ -28,7 +28,7 @@ If you aren't familiar with VictoriaLogs, then start with [key concepts docs](./
Then follow these docs:
- [How to run VictoriaLogs](./QuickStart.md).
- [how to ingest data into VictoriaLogs](./data-ingestion/README.md).
- [How to query VictoriaLogs](./querying/README.md
- [How to query VictoriaLogs](./querying/README.md)
The simplest LogsQL query is just a [word](#word), which must be found in the [log message](./keyConcepts.md#message-field).
For example, the following query finds all the logs with `error` word: