Skip to content

Commit 53acaa0

Browse files
committed
fixing links done
1 parent 774b5a7 commit 53acaa0

File tree

12 files changed

+49
-49
lines changed

12 files changed

+49
-49
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
<h1>Page not found</h1>
1010

11-
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this <a href="{{ site.url }}{{ site.baseurl }}">site's home page</a>.</p>
11+
<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this <a href="{{ site.url }}">site's home page</a>.</p>

_includes/backup.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<head>
22
<!--#include file="inc/head.html"-->
33
<!-- present in head.html, but include again so that available in backup.zip file -->
4-
<link href="{{site.baseurl}}/assets/css/font-awesome.min.css" rel="stylesheet">
5-
<link href="{{site.baseurl}}/assets/css/digitalbitbox.css" rel="stylesheet">
4+
<link href="{% link assets/css/font-awesome.min.css %}" rel="stylesheet">
5+
<link href="{% link assets/css/digitalbitbox.css %}" rel="stylesheet">
66
</head>
77

88

@@ -87,14 +87,14 @@
8787

8888

8989
<!-- JavaScript Files -->
90-
<script src="{{site.baseurl}}/assets/js/backup/jquery-1.11.3.min.js"></script> <!-- include again for backup.zip file -->
91-
<script src="{{site.baseurl}}/assets/js/backup/jquery-ui-fade.min.js"></script> <!-- http://jqueryui.com/download/ -->
92-
<script src="{{site.baseurl}}/assets/js/backup/base58check.js"></script>
93-
<script src="{{site.baseurl}}/assets/js/backup/sha512.js"></script>
94-
<script src="{{site.baseurl}}/assets/js/backup/bitcoin-min.js"></script>
95-
<script src="{{site.baseurl}}/assets/js/backup/bip32.js"></script>
96-
<script src="{{site.baseurl}}/assets/js/backup/bip39.js"></script>
97-
<script src="{{site.baseurl}}/assets/js/backup/backup.js"></script>
90+
<script src="{% link assets/js/backup/jquery-1.11.3.min.js %}"></script> <!-- include again for backup.zip file -->
91+
<script src="{% link assets/js/backup/jquery-ui-fade.min.js %}"></script> <!-- http://jqueryui.com/download/ -->
92+
<script src="{% link assets/js/backup/base58check.js %}"></script>
93+
<script src="{% link assets/js/backup/sha512.js %}"></script>
94+
<script src="{% link assets/js/backup/bitcoin-min.js %}"></script>
95+
<script src="{% link assets/js/backup/bip32.js %}"></script>
96+
<script src="{% link assets/js/backup/bip39.js %}"></script>
97+
<script src="{% link assets/js/backup/backup.js %}"></script>
9898

9999

100100
</body>

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="page-wrap">
1212
<div class="side-bar">
1313
<div class="site-header">
14-
<a href="{{ site.url }}{{ site.baseurl }}" class="site-title lh-tight">{% include title.html %}</a>
14+
<a href="{{ site.url }}" class="site-title lh-tight">{% include title.html %}</a>
1515
<button class="menu-button fs-3 js-main-nav-trigger" data-text-toggle="Hide" type="button">Menu</button>
1616
</div>
1717

bitbox01/Other/bitbox01_sweep.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In order to access your old wallet again (which still holds your coins) you need
6565
### Reset BitBox01
6666
To reset your BitBox01 follow this guide (link)
6767
### Restore old wallet
68-
Please follow [this guide]({{site.baseurl}}/bitbox01/basic%20features/restore_from_backup/) to restore your old wallet.
68+
Please follow [this guide]({% link bitbox01/basic-features/restore_from_backup.md %}) to restore your old wallet.
6969

7070
## Send coins from old to new wallet
7171
Your BitBox01 should be plugged in and unlocked.

bitbox02/Advanced-features/passphrase.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ The idea behind this is that if you ever find yourself in a situation where some
5555
## Using a passhrase
5656
### Enable Mnemonic Passphrase in device settings
5757
Go to "Device settings" and click "Enable Mnemonic Passphrase".
58-
![alt text]({{site.baseurl}}/assets/images/BitBox02_passphrase/passphrase1.png )
58+
![alt text]({% link assets/images/BitBox02_passphrase/passphrase1.png %})
5959

6060
You will then see the following warning
61-
![alt text]({{site.baseurl}}/assets/images/BitBox02_passphrase/passphrase2.png )
61+
![alt text]({% link assets/images/BitBox02_passphrase/passphrase2.png %})
6262

6363
Please make sure you understand how a passphrase works. If that is the case, confirm on your BitBox02 that you want to enable it.
6464

6565
Then you will see the following:
66-
![alt text]({{site.baseurl}}/assets/images/BitBox02_passphrase/passphrase3.png )
66+
![alt text]({% link assets/images/BitBox02_passphrase/passphrase3.png %})
6767

6868
From now on you will be asked for a passphrase after every device unlock. If you want to use your "normal" wallet just confirm directly i.e. with no passphrase input.
6969

bitbox02/Advanced-features/reset.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you want to reset your BitBox02 without the BitBox App, just type in an incor
2525

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

3030
Then confirm that you have a valid backup of your wallet and that you know your passphrase (in case you used one) and click "Reset Device".
31-
![alt text]({{site.baseurl}}/assets/images/BitBox02_reset/reset2.png )
31+
![alt text]({% link assets/images/BitBox02_reset/reset2.png %})

bitbox02/Advanced-features/view_bip39.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ grand_parent: BitBox02
1717
---
1818
Your BitBox02 allows you to create a new wallet backup at any time (you will need your device password).
1919

20-
If you want to make a backup to a microSD card, [follow this guide]({{site.baseurl}}/bitbox02/Basic-features/managing_backups/#creating-a-new-backup)
20+
If you want to make a backup to a microSD card, [follow this guide]({% link bitbox02/Basic-features/managing_backups.md %}#creating-a-new-backup )
2121

2222
If you want to display your BIP39 mnemonic seed on your BitBox02 in order to write it on paper or punch it into metal continue reading.
2323
> **Note:** It is not necessary to write down your BIP39 mnemonic seed as you have already created a wallet backup onto a microSD card when you initialised your BitBox02. This is an advanced feature.
2424
2525
## Click "Show BIP39 Mnemonic" and confirm risks
2626
In "Device settings" click "Show BIP39 Mnemonic".
27-
![alt text]({{site.baseurl}}/assets/images/BitBox02_mnemonic/bip39_1.png )
27+
![alt text]({% link assets/images/BitBox02_mnemonic/bip39_1.png %})
2828

2929
You will then see the following warning, which you need to confirm in order to display your mnemonic seed on your BitBox02.
30-
![alt text]({{site.baseurl}}/assets/images/BitBox02_mnemonic/bip39_2.png )
30+
![alt text]({% link assets/images/BitBox02_mnemonic/bip39_2.png %})
3131

3232
Next you will be asked to confirm that you want to display your mnemonic seed by typing in your device password on the BitBox02.
3333

bitbox02/Basic-features/managing_backups.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ grand_parent: BitBox02
2020
Please make sure you have the microSD card with your backup plugged into your BitBox02.
2121
## Listing the backup files
2222
In order to check which backup files are on your microSD card, click "Manage Backups"
23-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups1.png "BitBox02 box")
23+
![alt text]({% link assets/images/BitBox02_backups/backups1.png %})
2424
You will then see a list of all backup files that are on the currently plugged-in microSD card.
2525

2626
Normally that is just one file.
27-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups2.png "BitBox02 box")
27+
![alt text]({% link assets/images/BitBox02_backups/backups2.png %})
2828
## Verifying a backup
2929
In order to verify, that one of the backup files on the currently plugged-in microSD card is a backup of the wallet you are using on your BitBox02 (and not a backup of some other wallet which you might not be using anymore) click "Check Backup".
3030

3131
You should then see a pop-up like this:
3232

33-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups3.png "BitBox02 box")
33+
![alt text]({% link assets/images/BitBox02_backups/backups3.png %})
3434

3535
That pop-up tells you that there is a backup for the currently used wallet, i.e. in this case there is a backup for the wallet called "Tutorial wallet" which is the wallet I'm currently using.
3636

@@ -41,23 +41,23 @@ If that is the case please confirm on your BitBox02 and then click "OK" in the B
4141
If your backup was destroyed or you would just like to create another backup to store in a different location you can easily do that. All you need is a fresh microSD card which the new backup will be stored on.
4242

4343
### Plug in the new microSD card and click "Manage Backups"
44-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups1.png "BitBox02 box")
44+
![alt text]({% link assets/images/BitBox02_backups/backups1.png %})
4545

4646
You should then see the following:
47-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups4.png "BitBox02 box")
47+
![alt text]({% link assets/images/BitBox02_backups/backups4.png %})
4848

4949
### Click "Create Backup"
50-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups5.png "BitBox02 box")
50+
![alt text]({% link assets/images/BitBox02_backups/backups5.png %})
5151

5252
### Follow instructions on your BitBox02
5353
Next you should see a pop-up telling you to follow the instructions on your BitBox02 screen.
5454

55-
![alt text]({{site.baseurl}}/assets/images/BitBox02_backups/backups6.png "BitBox02 box")
55+
![alt text]({% link assets/images/BitBox02_backups/backups6.png %})
5656

5757
On your BitBox02 you will first need to confirm that you understand that **by default backup files are not password protected, i.e. if someone finds your backup they can steal your coins**.
5858

5959
Then you will be asked to input your device password to confirm the backup creation.
6060

6161
Once confirmed, you backup will be created and saved to the microSD card.
6262

63-
In order to check that there now is a backup file on the microSD card, please click "Back" once, then "Manage Backups" again and then [verify your backup.]({{site.baseurl}}/bitbox02/Basic-features/managing_backups/#verifying-a-backup)
63+
If you would like to manually check that there now is a backup file on the microSD card, please click "Back" once, then "Manage Backups" again and then [verify your backup.]({% link bitbox02/Basic-features/managing_backups.md %}#verifying-a-backup)

bitbox02/Basic-features/restore_from_backup.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,35 +24,35 @@ In order to be able to restore from a backup file, the microSD card with the bac
2424
As your device is reset, you will need to re-pair it again.
2525

2626
Please compare the code on your BitBox02 and in the BitBoxApp and confirm on your BitBox02 if they match. Then click "Confirm & Continue" in the BitBox App.
27-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore1.png )
27+
![alt text]({% link assets/images/BitBox02_restore/restore1.png %})
2828

2929
## Choose that you want to restore from a backup file
3030
Please select that you want to restore from a backup file on your microSD card by clicking "Restore Backup".
31-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore2.png )
31+
![alt text]({% link assets/images/BitBox02_restore/restore2.png %})
3232

3333
## Start the restoring process
3434
The BitBox App will now remind you that your microSD card with your backup file needs to be plugged into the BitBox02 and that you will need to choose a device password.
3535

3636
Click "Continue"
3737

38-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore3.png )
38+
![alt text]({% link assets/images/BitBox02_restore/restore3.png %})
3939

4040
## Choose backup file
4141
In the next step you will see a list of all backup files that were found on your micorSD card.
4242
In most cases that would just be one file.
4343

4444
Please select the wallet you want to restore and click "Restore".
45-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore4.png )
45+
![alt text]({% link assets/images/BitBox02_restore/restore4.png %})
4646

4747
## Choose device password
4848
Next you will need to input a device password on your BitBox02. You will need this password every time you want to use your BitBox02.
4949

5050
Please input and confirm the device password on your BitBox02.
51-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore5.png )
51+
![alt text]({% link assets/images/BitBox02_restore/restore5.png %})
5252

5353
## Done! Start using your BitBox02
5454
You have successfully restored your wallet and can continue using your BitBox02 as usual.
5555

56-
Please make sure you store your backup microSD card in a secure location. Anyone that finds it can steal your coins unless you use an additional [passphrase]({{site.baseurl}}/bitbox02/Advanced-features/passphrase/)
57-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore6.png )
58-
![alt text]({{site.baseurl}}/assets/images/BitBox02_restore/restore7.png )
56+
Please make sure you store your backup microSD card in a secure location. Anyone that finds it can steal your coins unless you use an additional [passphrase]({% link bitbox02/Advanced-features/passphrase.md %})
57+
![alt text]({% link assets/images/BitBox02_restore/restore6.png %})
58+
![alt text]({% link assets/images/BitBox02_restore/restore7.png %})

bitbox02/Basic-features/sending.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@ grand_parent: BitBox02
1818

1919
---
2020
## Click the send button
21-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send1.png "BitBox02 box")
21+
![alt text]({% link assets/images/BitBox02_send/send1.png %})
2222

2323
## Paste in the address you want to send to
24-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send3.png "BitBox02 box")
24+
![alt text]({% link assets/images/BitBox02_send/send3.png %})
2525

2626
## Enter the amount you want to send
27-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send4.png "BitBox02 box")
27+
![alt text]({% link assets/images/BitBox02_send/send4.png %})
2828

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

3333
## Click "Sign and Send"
34-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send6.png "BitBox02 box")
34+
![alt text]({% link assets/images/BitBox02_send/send6.png %})
3535

3636
## Verify the details in the app and on your BitBox02
3737
It is crucial that you make sure the transaction details are correct. There is no reverse button in Bitcoin.
3838

3939
Please double check all transaction details on your BitBox02.
4040

4141
If what you see on your BitBox02 is correct, then confirm the transaction on your BitBox02.
42-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send7.png "BitBox02 box")
42+
![alt text]({% link assets/images/BitBox02_send/send7.png %})
4343

4444
If you confirmed the transaction on your BitBox02 you should see this screen shortly after:
45-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send8.png "BitBox02 box")
45+
![alt text]({% link assets/images/BitBox02_send/send8.png %})
4646

4747
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 BitBox02 to my BitBox02, therefore the transaction is labeled as "Self" in the transaction history view.
48-
![alt text]({{site.baseurl}}/assets/images/BitBox02_send/send9.png "BitBox02 box")
48+
![alt text]({% link assets/images/BitBox02_send/send9.png %})

bitbox02/Getting-started/unboxing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you start using your device, please make sure that the vacuum bag is stil
3030

3131
Here is a photo of what it should look like:
3232

33-
![alt text]({{site.baseurl}}/assets/images/BitBox02/06_bb02_vac.png "BitBox02 in vacuum bag")
33+
![alt text]({% link assets/images/BitBox02/06_bb02_vac.png %})
3434

3535
## In the box
3636

@@ -42,5 +42,5 @@ The following items should be in your box:
4242
* BitBox stickers
4343
* Rubber pulls
4444

45-
![alt text]({{site.baseurl}}/assets/images/BitBox02/04_bb02_open_box.png "BitBox02 box")
46-
![alt text]({{site.baseurl}}/assets/images/BitBox02/03_bb02_accessories.png "BitBox02 accessories")
45+
![alt text]({% link assets/images/BitBox02/04_bb02_open_box.png %})
46+
![alt text]({% link assets/images/BitBox02/03_bb02_accessories.png %})

bitbox02/bitbox02.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authenticator (FIDO compliant U2F).
1818

1919
## Device pictures
2020

21-
![alt text]({{site.baseurl}}/assets/images/BitBox02/01_bb02_render.png )
21+
![alt text]({% link assets/images/BitBox02/01_bb02_render.png %})
2222

2323

2424
## Datasheet

0 commit comments

Comments
 (0)