diff --git a/docs/07-resources/guides-and-helpers/eth2-less-than-greater-than-nethermind.md b/docs/07-resources/guides-and-helpers/eth2-less-than-greater-than-nethermind.md index 76096868f..2b82738dd 100644 --- a/docs/07-resources/guides-and-helpers/eth2-less-than-greater-than-nethermind.md +++ b/docs/07-resources/guides-and-helpers/eth2-less-than-greater-than-nethermind.md @@ -87,4 +87,4 @@ If the result shows `false` it means that your node is **synced** {"jsonrpc":"2.0","result":false,"id":1} ``` -Check [the following guide](../../04-monitoring/health-check.md) to get even better node health monitoring: +Check [the following guide](../../monitoring/health-check.md) to get even better node health monitoring: diff --git a/docs/get-started/migrating-from-geth.md b/docs/get-started/migrating-from-geth.md index f81689947..e03a3971b 100644 --- a/docs/get-started/migrating-from-geth.md +++ b/docs/get-started/migrating-from-geth.md @@ -75,7 +75,7 @@ work properly as a Validator. Another option is to use a health module which will also return a information about current state of syncing. :::tip -You can see more details of how to monitor [Node Health here](../04-monitoring/health-check.md) +You can see more details of how to monitor [Node Health here](../monitoring/health-check.md) ::: #### Step 4 - Stop Geth instance