diff --git a/docs/06-nethermind-utilities/pipeline.md b/docs/06-nethermind-utilities/pipeline.md index 89672ad7c..bf3bbe5c8 100644 --- a/docs/06-nethermind-utilities/pipeline.md +++ b/docs/06-nethermind-utilities/pipeline.md @@ -36,7 +36,7 @@ pipeline the same way as normal elements - by using `PipelineBuilder` ## Building pipeline We will build a Nethermind plugin -\(see [nethermind plugins](../05-for-developers/plugins.md)) which observes newly created +\(see [nethermind plugins](../developers/plugins.md)) which observes newly created blocks and see whether there are any transactions to a specific contract address. Firstly we need to create our pipeline elements. With this case there will only be 3 of them - source, processor and diff --git a/docs/07-resources/guides-and-helpers/validator-setup/aura-validator.md b/docs/07-resources/guides-and-helpers/validator-setup/aura-validator.md index 2540cba72..6062902ff 100644 --- a/docs/07-resources/guides-and-helpers/validator-setup/aura-validator.md +++ b/docs/07-resources/guides-and-helpers/validator-setup/aura-validator.md @@ -9,7 +9,7 @@ description: >- This article will lead you through docker-compose setup of **Nethermind Aura Validator** (xDai chain in this example). Same result can be obtained by [Downloading](../../../get-started/installing-nethermind.md) & [Running Nethermind](../../../02-fundamentals/01-running-nethermind/running-the-client.md) -package or by [Building Nethermind](../../../05-for-developers/building-nethermind.md) from the source code. +package or by [Building Nethermind](../../../developers/building-from-source.md) from the source code. If you chose not to use docker-compose, you can skip docker-compose related sections and read about [config file](aura-validator.md#config-file) and [private key ](aura-validator.md#mining-private-key)configuration diff --git a/docs/get-started/installing-nethermind.md b/docs/get-started/installing-nethermind.md index 2976919c5..4492949a2 100644 --- a/docs/get-started/installing-nethermind.md +++ b/docs/get-started/installing-nethermind.md @@ -178,4 +178,4 @@ Note that any Nethermind-specific configuration option can be specified at the e #### See also - [Configuration options](../02-fundamentals/04-configuration/README.md) -- [Building Docker image](../05-for-developers/building-nethermind.md#bulding-docker-image) +- [Building Docker image](../developers/building-from-source.md#bulding-docker-image)