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 b5e8fad commit 3a0fae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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](../../../fundamentals/01-running-nethermind/running-the-client.md)
by [Downloading](../../../get-started/installing-nethermind.md) & [Running Nethermind](../../../fundamentals/running-nethermind.md)
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
Expand Down Expand Up @@ -108,8 +108,8 @@ container (`xdai.cfg` file in above example).
Make sure that `nethermind_db`, `keystore`(`logs` - optional ) are mapped, otherwise you might lose database or keys
:::

[`NLog.config`](../../../fundamentals/01-running-nethermind/runtime.md#nlog-config) file is optional.\
[`static-nodes.json`](../../../fundamentals/01-running-nethermind/runtime.md#static-nodes) can be filled with an
[`NLog.config`](../../../fundamentals/running-nethermind.md) file is optional.\
[`static-nodes.json`](../../../fundamentals/running-nethermind.md) can be filled with an
array
of enodes, this is also optional.

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/building-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ configuration only.
The build artifacts can be found in the `bin/release/net7.0` directory. By default, the logs and database directories
are located here as well.

For more info, see [Running Nethermind](../fundamentals/01-running-nethermind/running-the-client.md).
For more info, see [Running Nethermind](../fundamentals/running-nethermind.md).

#### Testing

Expand Down

0 comments on commit 3a0fae7

Please sign in to comment.