From 6154bc9466770abfb34a52e8faf991d7446eb448 Mon Sep 17 00:00:00 2001 From: Cuong Le Date: Wed, 28 Aug 2024 15:02:01 +0700 Subject: [PATCH] VictoriaLogs/keyConcepts.md: fix broken anchor to #other-fields (#6896) ### Describe Your Changes The anchor to "Other fields" section should be #other-fields (instead of #other-field) ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). Signed-off-by: Cuong Le --- docs/VictoriaLogs/keyConcepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/keyConcepts.md b/docs/VictoriaLogs/keyConcepts.md index bdd2dc30f3..e81900cdd1 100644 --- a/docs/VictoriaLogs/keyConcepts.md +++ b/docs/VictoriaLogs/keyConcepts.md @@ -110,7 +110,7 @@ Unicode chars must be encoded with [UTF-8](https://en.wikipedia.org/wiki/UTF-8) VictoriaLogs automatically indexes all the fields in all the [ingested](https://docs.victoriametrics.com/victorialogs/data-ingestion/) logs. This enables [full-text search](https://docs.victoriametrics.com/victorialogs/logsql/) across all the fields. -VictoriaLogs supports the following special fields additionally to arbitrary [other fields](#other-field): +VictoriaLogs supports the following special fields additionally to arbitrary [other fields](#other-fields): * [`_msg` field](#message-field) * [`_time` field](#time-field)