From 7ae0f435dae61b899571a81988b68f80f76e6010 Mon Sep 17 00:00:00 2001 From: Eric Mokaya Date: Tue, 14 Jan 2025 19:13:54 +0300 Subject: [PATCH] docs: fix statesync metrics link --- docs/learn/advanced/18-syncing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/advanced/18-syncing.md b/docs/learn/advanced/18-syncing.md index b4f1e1d42592..131014a32c75 100644 --- a/docs/learn/advanced/18-syncing.md +++ b/docs/learn/advanced/18-syncing.md @@ -48,7 +48,7 @@ version = "v0" # version of the block sync protocol to use ### State Sync Metrics -They are defined [here](https://github.com/cometbft/cometbft/blob/main/internal/statesync/metrics.go) and are accessible from the node's metrics endpoint. +They are defined [here](https://github.com/cometbft/cometbft/blob/main/statesync/metrics.go) and are accessible from the node's metrics endpoint. - `statesync_syncing`: Indicates whether a node is currently state syncing.