Skip to content

Commit 774b5a7

Browse files
committed
fixing links
1 parent 453bf3c commit 774b5a7

File tree

10 files changed

+65
-84
lines changed

10 files changed

+65
-84
lines changed

_includes/shared/device_settings.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{% if include.product == "BitBox02" %}
2-
![alt text]({{site.baseurl}}/assets/images/BitBox02_device/device_settings1.png )
2+
![alt text]({% link assets/images/BitBox02_device/device_settings1.png %})
33
{% elsif include.product == "BitBox01" %}
4-
![alt text]({{site.baseurl}}/assets/images/BitBox01_random/bb01_device_settings1.png )
4+
![alt text]({% link assets/images/BitBox01_random/bb01_device_settings1.png %})
55
{% endif %}
66

77
## Secrets section
88
At the top of the device settings you can find the "secrets" section. This section is all about making sure your funds are secure.
99

1010
It let's you:
1111
{% if include.product == "BitBox02" %}
12-
* [manage and verify your backups.]({{site.baseurl}}/bitbox02/Basic-features/managing_backups/ ).
13-
* [view your BIP39 seed to back it up on paper or metal.]({{site.baseurl}}/bitbox02/Advanced-features/view_bip39//)
14-
* [reset your {{include.product}}.]({{site.baseurl}}/bitbox02/Advanced-features/reset/)
12+
* [manage and verify your backups.]({% link bitbox02/Basic-features/managing_backups.md %})
13+
* [view your BIP39 seed to back it up on paper or metal.]({% link bitbox02/Advanced-features/view_bip39.md %})
14+
* [reset your {{include.product}}.]({% link bitbox02/Advanced-features/reset.md %})
1515
{% elsif include.product == "BitBox01" %}
16-
* [manage and verify your backups.]({{site.baseurl}}/404).
17-
* [change your device password]({{site.baseurl}}/404)
18-
* [create a hidden wallet]({{site.baseurl}}/404)
19-
* [reset your {{include.product}}.]({{site.baseurl}}/404)
16+
* [manage and verify your backups.]({% link bitbox01/basic-features/managing_backups.md %})
17+
* [change your device password]({% link 404.html %})
18+
* [create a hidden wallet]({% link 404.html %})
19+
* [reset your {{include.product}}.]({% link bitbox01/advanced-features/reset.md %})
2020

2121
## Pairing section
2222
The pairing section let's you pair your {{include.product}} with your smartphone via our mobile app. That allows you to require a second factor for your transactions and let's you verify the generated receive address on your Smartphone.
@@ -39,5 +39,5 @@ This section let's you use the built in true-random-number-generator (TRNG) to g
3939

4040
{% if include.product == "BitBox02" %}
4141
## Expert section
42-
The "expert" section allows you to enable the passphrase option. To learn more about that follow [this guide.]({{site.baseurl}}/bitbox02/Advanced-features/passphrase/)
42+
The "expert" section allows you to enable the passphrase option. To learn more about that follow [this guide.]({% link bitbox02/Advanced-features/passphrase.md %})
4343
{% endif %}

_includes/shared/history.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ An incoming transaction will at first be pending. That means it is not confirmed
77
1. It says "Pending transaction" on the right of the green "In" symbol
88
2. Below the wallet balance, which is still zero as only confirmed transactions are counted, it says "Incoming +0.002 BTC"
99

10-
![alt text]({{site.baseurl}}/assets/images/BitBox_history/pending_incoming.png "BitBox02 box")
10+
![alt text]({% link assets/images/BitBox_history/pending_incoming.png %})
1111

1212

1313
### Confirmed incoming transaction
1414
Once a formerly pending transaction has its first confirmation (i.e. it was included in a block) it is shown as a confirmed transaction and the transaction amount is added to your wallet balance.
15-
![alt text]({{site.baseurl}}/assets/images/BitBox_history/confirmed_incoming.png "BitBox02 box")
15+
![alt text]({% link assets/images/BitBox_history/confirmed_incoming.png %})
1616

1717

1818
### Pending outgoing transaction
1919
An outgoing transaction will at first be pending. That means it is not confirmed in the Bitcoin blockchain yet. You can see that the transaction in the screenshot is pending as it says "Pending transaction" on the right of the red "Out" symbol
2020

2121

22-
![alt text]({{site.baseurl}}/assets/images/BitBox_history/pending_outgoing.png "BitBox02 box")
22+
![alt text]({% link assets/images/BitBox_history/pending_outgoing.png %})
2323

2424

2525
### Confirmed outgoing transaction
@@ -37,4 +37,4 @@ Clicking that will drop down and show you the following transaction details:
3737
* Transaction weight
3838
* Transaction ID with link to block explorer
3939

40-
![alt text]({{site.baseurl}}/assets/images/BitBox_history/transaction_details.png "BitBox02 box")
40+
![alt text]({% link assets/images/BitBox_history/transaction_details.png %})

_includes/shared/receive.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,38 @@
66

77
## Select coin and type
88

9-
Use the menu on the left to choose the coin (and type) you would like to receive. To activate more coins and types check out [this guide.]({{site.baseurl}}/bitbox_app/settings/#bitbox-app-settings)
9+
Use the menu on the left to choose the coin (and type) you would like to receive. To activate more coins and types check out [this guide.]({% link bitbox_app/settings.md %}#bitbox-app-settings)
1010

1111

1212
---
1313

1414
## Click receive
1515

1616
Once you have selected the coin, click the "Receive" button in the upper right corner.
17-
![alt text]({{site.baseurl}}/assets/images/BitBox02_receive/receive1b.png )
17+
![alt text]({% link assets/images/BitBox02_receive/receive1b.png %})
1818

1919

2020
{% if include.product == "BitBox02" %}
2121
## Verify receive address
2222

2323
You will then see the first few characters of a receive address. In order to get the complete address you need to verify it on your {{include.product}} by clicking "Show and verify full address on device".
2424

25-
![alt text]({{site.baseurl}}/assets/images/BitBox02_receive/receive2.png )
25+
![alt text]({% link assets/images/BitBox02_receive/receive2.png %})
2626

2727
The address will then be shown on your {{include.product}} and the BitBox App at the same time.
2828

2929
Please compare the addresses and confirm on your {{include.product}} if they match.
3030

31-
![alt text]({{site.baseurl}}/assets/images/BitBox02_receive/receive3.png )
31+
![alt text]({% link assets/images/BitBox02_receive/receive3.png %})
3232
{% endif %}
3333

3434

3535
## Copy or scan address
3636
Now you can scan the QR code of the receive address or copy the receive address by using the copy button on the right of the address.
3737
{% if include.product == "BitBox02" %}
38-
![alt text]({{site.baseurl}}/assets/images/BitBox02_receive/receive4.png )
38+
![alt text]({% link assets/images/BitBox02_receive/receive4.png %})
3939
{% elsif include.product == "BitBox01" %}
40-
**Attention:** We recommend that you use our Smartphone app as a second-factor authenticator, so that you can verify receive addresses on a second display. (link to guide)
41-
![alt text]({{site.baseurl}}/assets/images/BitBox01_random/bb01_receive1.png )
40+
![alt text]({% link assets/images/BitBox01_random/bb01_receive1.png %})
4241
{% endif %}
4342

4443
## Receive

_includes/shared/sending.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22
## Click the send button
3-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send1.png )
3+
![alt text]({% link assets/images/BitBox02_send/send1.png %})
44

55
## Paste in the address you want to send to
6-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send3.png )
6+
![alt text]({% link assets/images/BitBox02_send/send3.png %})
77

88
## Enter the amount you want to send
9-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send4.png )
9+
![alt text]({% link assets/images/BitBox02_send/send4.png %})
1010

1111
## Choose the fee
1212
The higher the fee, the quicker your transaction will be confirmed in the blockchain. A low fee should be sufficient for most cases.
13-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send5.png )
13+
![alt text]({% link assets/images/BitBox02_send/send5.png %})
1414

1515
## Click "Sign and Send"
16-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send6.png )
16+
![alt text]({% link assets/images/BitBox02_send/send6.png %})
1717

1818
{% if include.product == "BitBox02" %}
1919
## Verify the details in the app and on your {{include.product}}
@@ -24,18 +24,18 @@ Please double check all transaction details on your {{include.product}}.
2424
**Trust your {{include.product}}, not your potentially malware infected computer.**
2525

2626
If what you see on your {{include.product}} is correct, then confirm the transaction on your {{include.product}}.
27-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send7.png )
27+
![alt text]({% link assets/images/BitBox02_send/send7.png %})
2828

2929
If you confirmed the transaction on your {{include.product}} you should see this screen shortly after:
30-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send8.png )
30+
![alt text]({% link assets/images/BitBox02_send/send8.png %})
3131

3232
{% elsif include.product == "BitBox01" %}
3333
## Confirm the transaction on your {{include.product}}
3434
**Attention:** We recommend that you use our Smartphone app as a second-factor authenticator for your transactions, so that you can verify the transaction details on a second display.
3535

3636
Please confirm or deny the transaction on your {{include.product}}
37-
![alt text]({{site.baseurl}}/assets/images/BitBox01_random/bb01_send1.png )
37+
![alt text]({% link assets/images/BitBox01_random/bb01_send1.png %})
3838
{% endif %}
3939

4040
In this case the address I sent to was an address I got by clicking the receive button, i.e. I sent the coins from my {{include.product}} to my {{include.product}}, therefore the transaction is labeled as "Self" in the transaction history view.
41-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send9.png )
41+
![alt text]({% link assets/images/BitBox02_send/send9.png %})

_includes/shared/setup.md

+17-20
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Then double-click it to launch it.
1616

1717
You should then see a screen that asks you to plug in your {{include.product}}.
1818

19-
![alt text]({{site.baseurl}}/assets/images/BitBoxApp/BitBox_App_waiting.png "BitBox App")
19+
![alt text]({% link assets/images/BitBoxApp/BitBox_App_waiting.png %})
2020

2121

2222
---
@@ -48,14 +48,14 @@ IMAGE
4848
All information that is exchanged between your computer and the {{include.product}} is encrypted. In order to make sure that there is no man-in-the-middle attack we need to ask you to confirm that the code on your screen and the code on your {{include.product}} are identical.
4949

5050
Please take the time to check all characters.
51-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step2.png "BitBox App")
51+
![alt text]({% link assets/images/BitBox02_wizard/step2.png %})
5252

5353
If both codes match, please confirm on your {{include.product}}, then click "Confirm & Continue" in the BitBox App.
5454
### Step 3: Choose if you want to create a new wallet or restore an existing wallet
5555

5656
Now you are asked to choose if you want to create a new wallet or restores an existing wallet.
5757

58-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step3.png "BitBox App")
58+
![alt text]({% link assets/images/BitBox02_wizard/step3.png %})
5959

6060
If this is the first time you create a wallet choose "Create Wallet".
6161

@@ -67,16 +67,16 @@ If you used a different hardware wallet before and you want to restore from the
6767
First you need to give your wallet a name. This name can be anything, choose a name that you will recognise in the future when you might need to restore from your backup.
6868

6969
If you cannot click the "Name Device & Continue" button make sure that you have your microSD card plugged into the {{include.product}} correctly.
70-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step4b.png "BitBox App")
70+
![alt text]({% link assets/images/BitBox02_wizard/step4b.png %})
7171

7272
Please then confirm the wallet name on your {{include.product}}.
73-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step4c.png "BitBox App")
73+
![alt text]({% link assets/images/BitBox02_wizard/step4c.png %})
7474

7575
### Step 5: Set your {{include.product}} device password
7676
Next you need to set a device password for your {{include.product}} which you will need to input every time you want to use your {{include.product}}. Please make sure that you remember this password and that it is not easy to guess.
7777

7878
The setup wizard will show you a video of how to use the touch buttons on your BitBox02 to set and input your password.
79-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step5.png "BitBox App")
79+
![alt text]({% link assets/images/BitBox02_wizard/step5.png %})
8080

8181
### Step 6: Create your wallet backup
8282
After the device password is set, the {{include.product}} will create a backup of your wallet and safe it on the microSD card. To start that process click "Create Backup".
@@ -85,11 +85,11 @@ Your {{include.product}} will then ask you to confirm today's date as that is ne
8585

8686
> The backup file on your microSD card is not password protected, unless you use the advanced passphrase feature (link). That means should someone find your microSD card they can steal your funds. Therefore you should **make sure that you store it in a secure location.**
8787
88-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step6.png "BitBox App")
88+
![alt text]({% link assets/images/BitBox02_wizard/step6.png %})
8989

90-
If you want, you can create multiple backups on multiple microSD cards. To do so follow [this guide]({{site.baseurl}}/bitbox02/Basic-features/managing_backups/#creating-a-new-backup)
90+
If you want, you can create multiple backups on multiple microSD cards. To do so follow [this guide]({% link bitbox02/Basic-features/managing_backups.md %}#creating-a-new-backup)
9191

92-
You can at any point check that you still have a valid wallet. To do so follow [this guide]({{site.baseurl}}/bitbox02/Basic-features/managing_backups/#verifying-a-backup)
92+
You can at any point check that you still have a valid wallet. To do so follow [this guide]({% link bitbox02/Basic-features/managing_backups.md %}#verifying-a-backup.md)
9393

9494
{% elsif include.product == "BitBox01" %}
9595
### Step 1: Choose if you want to create a new wallet or restore an existing wallet
@@ -98,7 +98,7 @@ Now you are asked to choose if you want to create a new wallet or restores an ex
9898
If this is the first time you create a wallet choose "Create Wallet".
9999

100100
If you already used a {{include.product}} before and you want to restore your wallet from your backup file choose "Restore a wallet from a backup". (Link to restore wallet)
101-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup1.png )
101+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup1.png %})
102102

103103
### Step 2: Understand the {{include.product}} passwords
104104
The {{include.product}} makes use of two passwords:
@@ -108,23 +108,23 @@ The {{include.product}} makes use of two passwords:
108108
**Important:** If you lose your {{include.product}} you will need your backup microSD card **AND** the recovery password in order to restore your wallet. **Just the backup microSD card is not enough.**
109109

110110
**Therefore please ensure that you keep your recovery password and backup microSD card safe.**
111-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup2.png )
111+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup2.png %})
112112

113113
### Step 3: Start the setup process
114114
Read the information and click "Continue"
115-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup3.png )
115+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup3.png %})
116116

117117
### Step 4: Set device password
118118
Now please set and confirm your device password. This password is needed whenever you want to use your {{include.product}}. It password can be changed later.
119119

120120
Click "Set device password"
121-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup4.png )
121+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup4.png %})
122122

123123
### Step 5: Create wallet and microSD card backup
124124
Next your wallet will be created. For that your microSD card needs to be plugged in, so that the backup file can be saved on it.
125125

126126
If your have not yet plugged in a microSD card, please do so now and click "Set recovery password now".
127-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup5.png )
127+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup5.png %})
128128

129129
### Step 6: Set recovery password
130130
In this step you will set the recovery password that protects your backup microSD card.
@@ -134,16 +134,13 @@ This password can **NOT** be changed later.
134134
**Important:** If you lose your {{include.product}} you will need your backup microSD card **AND** the recovery password in order to restore your wallet. **Just the backup microSD card is not enough.**
135135

136136
Please also give your wallet a name that you can remember.
137-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup6.png )
138-
137+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup6.png %})
139138
{% endif %}
140139

141-
142-
143140
### Step 7: Start stacking sats
144141
Great! Your {{include.product}} is ready to use. Please make sure that you store your backup on your microSD card in a **secure location.**
145142
{% if include.product == "BitBox02" %}
146-
![alt text]({{site.baseurl}}/assets/images/BitBox02_wizard/step7.png "BitBox App")
143+
![alt text]({% link assets/images/BitBox02_wizard/step7.png %})
147144
{% elsif include.product == "BitBox01" %}
148-
![alt text]({{site.baseurl}}/assets/images/BitBox01_setup/bb01_setup7.png )
145+
![alt text]({% link assets/images/BitBox01_setup/bb01_setup7.png %})
149146
{% endif %}

bitbox01/advanced-features/bitbox01_pairing.md

-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
layout: default
33
title: Mobile App Pairing
44
nav_order: 1
5-
has_children: false
65
parent: Advanced-features
76
grand_parent: BitBox01
8-
nav_exclude: true
97
---
108
# {{page.grand_parent}}: {{page.title}}
119
{: .no_toc }

bitbox01/advanced-features/reset.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ grand_parent: BitBox01
1818

1919
## Make sure you have your backup
2020
**Caution:** Resetting your device deletes all data, including your seed, from the device. It is essential that you have a working backup of your wallet before you reset your BitBox01. If that is not the case you will most likely **forever lose your coins!!!**
21-
To check if you have a valid backup and recovery password follow [this guide]({{site.baseurl}}/bitbox01/basic%20features/managing_backups/)
21+
To check if you have a valid backup and recovery password follow [this guide]({% link bitbox01/basic-features/managing_backups.md %}#verifying-a-backup)
2222

2323
## Resetting your BitBox01
2424
### Reset without device unlock
2525
If you want to reset your BitBox01 without the BitBox App, just type in an incorrect device password 10 times. Then your BitBox01 will reset to factory reset.
2626

2727
### Reset via the BitBox App
2828
Go to "Device Settings" and select "Reset Device."
29-
![alt text]({{site.baseurl}}/assets/images/BitBox02_reset/reset1.png )
29+
![alt text]({% link assets/images/BitBox02_reset/reset1.png %})
3030

31-
Then type in your device password in order to confirm that you want to reset the BitBox01, tick the box to confirm that you have a valid backup and recovery password (if you are not sure, please verify by following [this guide]({{site.baseurl}}/bitbox01/basic%20features/managing_backups/)
31+
Then type in your device password in order to confirm that you want to reset the BitBox01, tick the box to confirm that you have a valid backup and recovery password (if you are not sure, please verify by following [this guide]({% link bitbox01/basic-features/managing_backups.md %}#verifying-a-backup)
3232
) and click "Reset Device".
33-
![alt text]({{site.baseurl}}/assets/images/BitBox01_random/bb01_reset.png )
33+
![alt text]({% link assets/images/BitBox01_random/bb01_reset.png %})

0 commit comments

Comments
 (0)