From 9be96a0edbd9b00432f29d4e9b244623d07d3a1e Mon Sep 17 00:00:00 2001 From: JacksonEi Date: Tue, 25 Nov 2025 23:07:41 +0800 Subject: [PATCH 1/2] docs: fix outdated link --- documentation/en/chain-indexer-overview-for-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/chain-indexer-overview-for-operators.md b/documentation/en/chain-indexer-overview-for-operators.md index 42541da5e4c..078c266d44c 100644 --- a/documentation/en/chain-indexer-overview-for-operators.md +++ b/documentation/en/chain-indexer-overview-for-operators.md @@ -328,7 +328,7 @@ Note that this lack of an automated migration is primarily a concern for the rel ### `ChainValidateIndex` RPC API -Please refer to the [Lotus API documentation](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md) for detailed documentation of the `ChainValidateIndex` JSON RPC API. +Please refer to the [Lotus API documentation](https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-methods-v1-stable.md) for detailed documentation of the `ChainValidateIndex` JSON RPC API. The `ChainValidateIndex` JSON RPC API serves a dual purpose: it validates/diagnoses the integrity of the index at a specific epoch (i.e., it ensures consistency between indexed data and actual chain state), while also providing the option to backfill the `ChainIndexer` if it does not have data for the specified epoch. From c337c480117dad0722619e3f1a2afe348be55b08 Mon Sep 17 00:00:00 2001 From: JacksonEi Date: Tue, 25 Nov 2025 23:14:33 +0800 Subject: [PATCH 2/2] up: CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61e03b69ba4..adca3aedddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ # UNRELEASED +## 👌 Improvements +- docs: fix outdated link in documentation ([#13436](https://github.com/filecoin-project/lotus/pull/13436)) + # UNRELEASED v1.34.2 See https://github.com/filecoin-project/lotus/blob/release/v1.34.2/CHANGELOG.md