From 78e8169750758538cbbd2ecb7f74bae91f1ad139 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Sat, 9 Jan 2021 15:05:34 +0100 Subject: [PATCH] docs: fix broken redirect links (#5881) --- docs/tendermint-core/metrics.md | 2 +- docs/tendermint-core/validators.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tendermint-core/metrics.md b/docs/tendermint-core/metrics.md index fd6ac354f..66a84a740 100644 --- a/docs/tendermint-core/metrics.md +++ b/docs/tendermint-core/metrics.md @@ -4,4 +4,4 @@ order: false # Metrics -This file has moved to the [node section](../node/metrics.md). +This file has moved to the [node section](../nodes/metrics.md). diff --git a/docs/tendermint-core/validators.md b/docs/tendermint-core/validators.md index b662b52d4..a1c8d6ff4 100644 --- a/docs/tendermint-core/validators.md +++ b/docs/tendermint-core/validators.md @@ -4,4 +4,4 @@ order: false # Validators -This file has moved to the [node section](../node/validators.md). +This file has moved to the [node section](../nodes/validators.md).