From 74c60f84cc224eeef56b561a69b50566423fba68 Mon Sep 17 00:00:00 2001 From: iamveritas Date: Mon, 9 Aug 2021 14:51:55 +0300 Subject: [PATCH] [docs] correct README.md broken links correct README.md broken links --- tutorials/bios-boot-tutorial/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/bios-boot-tutorial/README.md b/tutorials/bios-boot-tutorial/README.md index 08d2de44bb3..f095abb7d45 100644 --- a/tutorials/bios-boot-tutorial/README.md +++ b/tutorials/bios-boot-tutorial/README.md @@ -16,9 +16,9 @@ The `bios-boot-tutorial.py` script simulates the EOSIO bios boot sequence. 2. Install eosio.cdt binaries by following the steps outlined in below tutorial [Install eosio.cdt binaries](https://github.com/EOSIO/eosio.cdt#binary-releases) -3. Compile eosio.contracts sources repository by following the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/master/docs/02_compile-and-deploy.md) first part, the deploying steps from those guidelines should not be executed. +3. Compile eosio.contracts sources repository by following the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/release/1.9.x/docs/03_build-and-deploy.md) first part, the deploying steps from those guidelines should not be executed. -4. Make note of the full path of the directory where the contracts were compiled, if you followed the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/master/docs/02_compile-and-deploy.md) it should be under the `build` folder, in `build/contracts/`, we'll reference it from now on as `EOSIO_CONTRACTS_DIRECTORY` +4. Make note of the full path of the directory where the contracts were compiled, if you followed the [compile eosio.contracts guidelines](https://github.com/EOSIO/eosio.contracts/blob/release/1.9.x/docs/03_build-and-deploy.md) it should be under the `build` folder, in `build/contracts/`, we'll reference it from now on as `EOSIO_CONTRACTS_DIRECTORY` 5. Launch the `bios-boot-tutorial.py` script Minimal command line to launch the script below, make sure you replace `EOSIO_CONTRACTS_DIRECTORY` with actual directory