Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Aug 16, 2023
1 parent cd0697b commit 3019537
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TabItem from "@theme/TabItem";

:::info
To get the latest Nethermind version,
see [How to install](../../01-getting-started/installing-nethermind.md).
see [How to install](../../get-started/installing-nethermind.md).
:::

## Running directly
Expand Down Expand Up @@ -100,7 +100,7 @@ Run the launcher as follows:
</Tabs>

1. To run a node, select `Ethereum Node`
2. Then, select the desired [network](../../01-getting-started/networks.md) (Mainnet, Sepolia, Goerli)
2. Then, select the desired [network](../../get-started/networks.md) (Mainnet, Sepolia, Goerli)
3. Then, select the [sync mode](../03-sync-modes.md) and you're ready to go

If you need just the Nethermind command line interface (CLI), select `CLI` in the first step.
2 changes: 1 addition & 1 deletion docs/02-fundamentals/04-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Determines the configuration file of the network on which Nethermind will be run
--config xdai
```

More on that [here](../../01-getting-started/networks.md).
More on that [here](../../get-started/networks.md).

### log

Expand Down
2 changes: 1 addition & 1 deletion docs/02-fundamentals/06-logs/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A quick start example for Görli Testnet Nethermind synchronization
# Explaining Nethermind logs

You can check the supported operating systems, architectures and hardware requirements
here: [system-requirements.md](../../01-getting-started/system-requirements.md)
here: [system-requirements.md](../../get-started/system-requirements.md)

After the node starts, you will see some initial info about the node and then the sync will start. Görli fast sync uses
a `fast blocks` sync mode initially. The `fast blocks` sync picks some known `pivot block` from the past and
Expand Down
2 changes: 1 addition & 1 deletion docs/02-fundamentals/10-running-nethermind-post-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ default config files as this is enabled by default.
### Choosing the Network

Depending on the network you want to run the node for, choose the `--config` variable. For more about networks,
check [here](../01-getting-started/networks.md).
check [here](../get-started/networks.md).

`--config` is the config file for the network you want to connect to. For example, to run a node for the goerli
testnet use `--config goerli`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ You can now provide some basic configuration to your VM/Nethermind Node

![](</img/image(55).png>)

A list of available `configs` can be found [here](../01-getting-started/networks.md)
A list of available `configs` can be found [here](../get-started/networks.md)

:::caution
:fire\_extinguisher: If you chose to enable JsonRpc (it will run on port `8545` by default) make sure that you set
Expand Down
4 changes: 2 additions & 2 deletions docs/05-for-developers/building-nethermind.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To simply run the client with a specific configuration without building tests, s

:::info
Before running the client or tests, ensure the
platform-specific [prerequisites](../01-getting-started/system-requirements.md) are met.
platform-specific [prerequisites](../get-started/system-requirements.md) are met.
:::

#### Running the client
Expand Down Expand Up @@ -75,4 +75,4 @@ docker build -t nethermind .
```

For more info about running Docker containers,
see [How to install](../01-getting-started/installing-nethermind.md#using-docker).
see [How to install](../get-started/installing-nethermind.md#using-docker).
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Nethermind node -> **Step 6 — Set up an Ethereum (Eth1) Node**
* [x] Download the Nethermind client

You can get it either
from [Github Releases or our Downloads page](../../01-getting-started/installing-nethermind.md)
from [Github Releases or our Downloads page](../../get-started/installing-nethermind.md)

* [x] unzip the package
* [x] run the Nethermind node (use `Nethermind.Launcher` or change `configs/mainnet.cfg` and
Expand Down Expand Up @@ -60,7 +60,7 @@ You should see the node starting:

### Running Nethermind as a systemd service

You might follow [the following guide](../../01-getting-started/manage-nethermind-with-systemd.md) to run Nethermind as
You might follow [the following guide](../../get-started/manage-nethermind-with-systemd.md) to run Nethermind as
a
systemd service

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Nethermind node -&gt; **Step 6 — Set up an Ethereum \(Eth1\) Node**

* [x] Download the Nethermind client

You can get it either from [Github Releases or our Downloads page](../../01-getting-started/installing-nethermind.md#downloading-releases)
You can get it either from [Github Releases or our Downloads page](../../get-started/installing-nethermind.md#downloading-releases)

{% page-ref page="../ethereum-client/download-sources/" %}

Expand Down
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](../../../01-getting-started/installing-nethermind.md) & [Running Nethermind](../../../02-fundamentals/01-running-nethermind/running-the-client.md)
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.&#x20;

If you chose not to use docker-compose, you can skip docker-compose related sections and read
Expand Down
10 changes: 5 additions & 5 deletions docs/get-started/installing-nethermind.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Nethermind can be installed in several ways:
- [Via a package manager](#package-managers)
- [As a standalone download](#standalone-downloads)
- [As a Docker container](#docker-container)
- [By building from source code](../for-developers/building-nethermind.md)
- [By building from source code](../05-for-developers/building-nethermind.md)

## Prerequisites
:::info
Expand Down Expand Up @@ -108,15 +108,15 @@ Then, install Nethermind as follows:
brew install nethermind
```

For further instructions, see [Running Nethermind](../ethereum-client/running-nethermind/running-the-client.md).
For further instructions, see [Running Nethermind](../02-fundamentals/01-running-nethermind/running-the-client.md).

## Standalone downloads

Standalone downloads give users more flexibility by allowing them to install a specific version of Nethermind, choose the installation location, and prevent automatic updates.

Standalone downloads are available on [GitHub Releases](https://github.com/NethermindEth/nethermind/releases) and at [downloads.nethermind.io](https://downloads.nethermind.io) as ZIP archives for x64 and AArch64 (ARM64) CPU architectures for Linux, Windows, and macOS.

For further instructions, see [Running Nethermind](../ethereum-client/running-nethermind/running-the-client.md).
For further instructions, see [Running Nethermind](../02-fundamentals/01-running-nethermind/running-the-client.md).

## Docker container

Expand Down Expand Up @@ -177,5 +177,5 @@ Note that any Nethermind-specific configuration option can be specified at the e

#### See also

- [Configuration options](../ethereum-client/configuration/)
- [Building Docker image](../for-developers/building-nethermind.md#bulding-docker-image)
- [Configuration options](../02-fundamentals/04-configuration/)
- [Building Docker image](../05-for-developers/building-nethermind.md#bulding-docker-image)

0 comments on commit 3019537

Please sign in to comment.