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

(cherry picked from commit a86df52adf)
This commit is contained in:
Aliaksandr Valialkin 2024-11-01 20:13:23 +01:00 committed by Zakhar Bessarab
parent fced48d540
commit 43998ff82b
No known key found for this signature in database
GPG key ID: 932B34D6FE062023

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)