From 0020e098ab13b906b066f33bc1809d992bf0e36d Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Mon, 1 Apr 2024 20:57:20 +0300 Subject: [PATCH] Fix broken links (#1409) --- guide/bonus/bitcoin/safu-ninja.md | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/bonus/bitcoin/safu-ninja.md b/guide/bonus/bitcoin/safu-ninja.md index 35f3081f9..160ac198e 100644 --- a/guide/bonus/bitcoin/safu-ninja.md +++ b/guide/bonus/bitcoin/safu-ninja.md @@ -37,7 +37,7 @@ Table of contents Practically, most onchain bitcoin wallets will ask you to save a list of 12 or 24 words as backup to recover your funds in case you lose the wallet password or your hardware wallet. -Technically, these words are known as "mnemonic words" and are used together with a salt to generate a "seed". The seed itself is hashed to derive your "master private key" and the "master chain code" which used for the various accounts in your HD wallet. You can read more about this process in [Chapter 5 of "Matering Bitcoin"](https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch05.asciidoc#hd_wallets=){:target="_blank"}. +Technically, these words are known as "mnemonic words" and are used together with a salt to generate a "seed". The seed itself is hashed to derive your "master private key" and the "master chain code" which used for the various accounts in your HD wallet. You can read more about this process in [Chapter 5 of "Matering Bitcoin"](https://github.com/bitcoinbook/bitcoinbook/blob/third_edition_print1/ch05_wallets.adoc#hierarchical-deterministic-hd-key-generation-bip32){:target="_blank"}. ![Mnemonics to private key illustration](../../../images/mnemonics-to-seed-to-private-key.png) diff --git a/index.md b/index.md index 8114a9385..668de7e47 100644 --- a/index.md +++ b/index.md @@ -104,7 +104,7 @@ We recommend setting up the RaspiBolt from scratch, but you can then copy over e ## Looking for an older version of this guide? -If you're looking for an older version of this guide, you can still check out the archived source files for [version 1](https://github.com/raspibolt/raspibolt/blob/raspibolt-v1-deprecated/index.md){:target="_blank"} and [version 2](https://v2.raspibolt.org){:target="_blank"}. +If you're looking for an older version of this guide, you can still check out the archived source files for [version 1](https://github.com/raspibolt/raspibolt/tree/1.0){:target="_blank"} and [version 2](https://v2.raspibolt.org){:target="_blank"}.