From e740e70f7c94302b615a694085289a6f3efa8ea9 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 26 Oct 2023 11:25:59 +0300 Subject: [PATCH] fix: Nethermind windows link --- .../ValidatorSetup/ValidatorInstalling/documentations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/documentations.ts b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/documentations.ts index 46fb262a..d71df7ed 100644 --- a/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/documentations.ts +++ b/src/pages/ValidatorOnboarding/ValidatorSetup/ValidatorInstalling/documentations.ts @@ -17,7 +17,7 @@ export const DOCUMENTATIONS: Documentation = { [MAC]: '### macOS\n\nRun the following commands to add the Nethermind repository to your local Homebrew and install:\n\n```\nbrew tap nethermindeth/nethermind\nbrew install nethermind\n```', [WINDOWS]: - '### Windows\n\nOn Windows, all you have to do is install and unzip the packages. There are two sources that you can download from:\n\n- nethermind-downloads\n- [releases - NethermindEth/nethermind](https://github.com/NethermindEth/nethermind/releases)', + '### Windows\n\nOn Windows, all you have to do is install and unzip the packages. There are two sources that you can download from:\n\n- [Nethermind - Downloads](https://downloads.nethermind.io/)\n- [Releases - NethermindEth/nethermind](https://github.com/NethermindEth/nethermind/releases)', [LINUX]: '### Ubuntu\n\nRun the following commands to enable our launchpad repository and then install Nethermind:\n\n```\nsudo add-apt-repository ppa:nethermindeth/nethermind\nsudo apt install nethermind\n```', },