From c10eff1404293322e7a19da3a3580e2e8409c786 Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Fri, 11 Mar 2022 11:16:12 -0600 Subject: [PATCH] Update links to the proper releases page Update links that point to the releases page from `https://github.com/ethereum/staking-deposit-cli/releases` to `https://github.com/ethereum/eth2.0-deposit-cli/releases` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45d732a..e8ed83e 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ On Unix-based systems, keystores and the `deposit_data*.json` have `440`/`-r--r- ##### Step 1. Installation -See [releases page](https://github.com/ethereum/staking-deposit-cli/releases) to download and decompress the corresponding binary files. +See [releases page](https://github.com/ethereum/eth2.0-deposit-cli/releases) to download and decompress the corresponding binary files. ##### Step 2. Create keys and `deposit_data-*.json` @@ -338,7 +338,7 @@ See [here](#successful-message) ##### Step 1. Installation -See [releases page](https://github.com/ethereum/staking-deposit-cli/releases) to download and decompress the corresponding binary files. +See [releases page](https://github.com/ethereum/eth2.0-deposit-cli/releases) to download and decompress the corresponding binary files. ##### Step 2. Create keys and `deposit_data-*.json` @@ -532,4 +532,4 @@ python3 -m pytest . If you are trying to **build the binary** on macos with an M1 Mac and you are using pyenv to manage your python version. You'll probably need to reinstall a given python version using: ``` env PYTHON_CONFIGURE_OPTS="--enable-framework" pyenv install 3.10.2 -``` \ No newline at end of file +```