Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Aug 17, 2023
1 parent 2166bfe commit 3ee0116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/06-nethermind-utilities/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/installing-nethermind.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 3ee0116

Please sign in to comment.