docs/VictoriaLogs/LogsQL.md: typo fix in the link to description for sum_len stats function: sum-len-stats -> sum_len-stats

This is a follow-up for 364f084b43
This commit is contained in:
Aliaksandr Valialkin 2024-11-01 20:13:23 +01:00
parent 4478e48eb6
commit a86df52adf
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -1771,7 +1771,7 @@ _time:5m | len(_msg) as msg_len | sort by (msg_len desc) | limit 1
See also:
- [`sum_len` stats function](#sum-len-stats)
- [`sum_len` stats function](#sum_len-stats)
- [`sort` pipe](#sort-pipe)
- [`limit` pipe](#limit-pipe)