Skip to content

Commit f3991f3

Browse files
committed
Fix dead links
1 parent cf329e7 commit f3991f3

File tree

8 files changed

+17
-21
lines changed

8 files changed

+17
-21
lines changed

bitcart-basics/try-it-out.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ Then you can create an invoice, either through
2929
- the process documented on the [Custom integration](../integrations/custom-integration.md)
3030
- or the [store POS](../guides/store-pos.md), if you are the owner of the instance
3131

32-
See the [What's Next](https://docs.bitcart.ai/getting-started/whatsnext) page for other options on how to continue exploring Bitcart.
33-
3432
## Bitcart Demo <a id="bitcart-demo"></a>
3533

3634
To see Bitcart in action, visit our demo apps and stores or check out some of the stores using Bitcart in production.

bitcart-basics/walkthrough.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,9 @@ Available fields:
242242
* Name of template, you can select from built-in ones or type in a new one
243243
* Template text
244244

245-
All templates in Bitcart are rendered via [Jinja2](https://jinja.palletsprojects.com/en/2.11.x).
245+
All templates in Bitcart are rendered via [Jinja2](https://jinja.palletsprojects.com/en/stable).
246246

247-
Read about it's syntax in their [template designer documentation](https://jinja.palletsprojects.com/en/2.11.x/templates).
247+
Read about it's syntax in their [template designer documentation](https://jinja.palletsprojects.com/en/stable/templates).
248248

249249
Read more about example usages of templates in Bitcart [here](../guides/templates.md)
250250

deployment/hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Note that no matter where you host Bitcart, as your private keys are never requi
99
Here are the requirements for running Bitcart on your own hardware:
1010

1111
1. High-speed internet connection. The faster the better. This is to ensure the speed of invoice detection
12-
2. Any hardware ever. Yes, that's right! You can use your old PC or basically anything for that. Our minimal requirements are 1 GB RAM and around 10 GB disk. AMD64 hardware is the most tested one, but if needed, refer to our [raspberry pi guide](broken-reference)
12+
2. Any hardware ever. Yes, that's right! You can use your old PC or basically anything for that. Our minimal requirements are 1 GB RAM and around 10 GB disk. AMD64 hardware is the most tested one, but if needed, refer to our [raspberry pi guide](raspberrypi.md)
1313
3. Any linux-based OS would suffice, but using something like Ubuntu 20.04 is the most common choice.
1414
4. (Optional) Static ip - that's required only if your setting up with your own domain name. If you only plan to use bitcart locally/via tor, this is not needed
1515
5. (Optional) Domain name - see the note above

deployment/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ sudo certbot --nginx
249249

250250
Now you should be able to access the components over TLS. You can then also enable `http2` in your nginx configuration if you want.
251251

252-
> You might want to look at the [FAQ for more detailed info on the Nginx configuration options](../support-and-community/faq/deployment-faq/#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination)
252+
> You might want to look at the [FAQ for more detailed info on the Nginx configuration options](../support-and-community/faq/deployment-faq.md#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination)
253253
254254
#### Option 2: No proxy
255255

development/developing-locally.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Please follow our main [contributing guidelines](https://github.com/bitcart/bitc
66

77
Our central repository contains the list of most of the repositories where you can contribute:
88

9-
{% embed url="https://github.com/bitcart/bitcart\#linked-repositories" %}
9+
{% embed url="https://github.com/bitcart/bitcart#linked-repositories" %}
1010

1111
## Which IDE to use?
1212

1313
We recommend using Visual Studio Code, as our project has many programming languages involved, and VS Code fits the best, but you are free to use whatever editor you like.
14-

development/how-to-add-an-altcoin.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ If so, the process is easy. If that electrum fork is maintained, usually the pro
2424

2525
Create a docker file for that coin \(base on the btc one\), a docker-compose component and edit the setup scripts. See this [example](https://github.com/bitcart/bitcart-docker/commit/34e70b5a265ac23182d19cb95b457815937724b9). Ensure to add `COIN_HOST=component` line to this [file](https://github.com/bitcart/bitcart-docker/blob/master/dev-setup.sh), where `COIN` is the coin symbol, and `component` is the name of the docker-compose component you have created
2626

27-
6. Optionally, add the coin to our [lunanode installer](https://github.com/bitcart/launchbitcart)
2827

2928
## There is no electrum fork for that coin
3029

integrations/fossbilling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This version requires the following:
1414
### Installing the Plugin
1515

1616
1. From your FOSSBilling panel, go to configuration > payment gateways -> New payment gateway
17-
2. Upload Bitcart.php to the directory suggested by your deployment. [Download it](https://raw.githubusercontent.com/bitcart/bitcart-boxbilling/master/Bitcart.php) from this repository
17+
2. Upload Bitcart.php to the directory suggested by your deployment. [Download it](https://raw.githubusercontent.com/bitcart/bitcart-fossbilling/master/Bitcart/Bitcart.php) from this repository
1818
3. Enable it by clicking on the button near Bitcart, fill in all settings and save.
1919

2020
### Plugin Configuration

your-first-invoice/electrumwallet.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,47 @@ The following setup guides you through setting up an entirely new Bech32 (SegWit
2323

2424
Firstly, give your wallet a name, for example, `Bitcart Wallet` and click `Next`.
2525

26-
![Enter your new wallet's name](../../.gitbook/assets/electrum\_createwallet.png)
26+
![Enter your new wallet's name](../.gitbook/assets/electrum_createwallet.png)
2727

2828
Choose `Standard wallet` and proceed by clicking the `Next`button.
2929

30-
![Select wallet type](../../.gitbook/assets/electrum\_createwallet\_step2.png)
30+
![Select wallet type](../.gitbook/assets/electrum_createwallet_step2.png)
3131

3232
Since we're creating a brand-new wallet,choose `Create a new seed` and `Next`
3333

34-
![Create a new seed](../../.gitbook/assets/electrum\_createwallet\_step3.png)
34+
![Create a new seed](../.gitbook/assets/electrum_createwallet_step3.png)
3535

3636
From the multiple choice menu, select `SegWit` and `Next`
3737

38-
![Select Segwit](../../.gitbook/assets/electrum\_createwallet\_step4.png)
38+
![Select Segwit](../.gitbook/assets/electrum_createwallet_step4.png)
3939

4040
**IMPORTANT NOTE:** If you're a merchant, instead of SegWit (Bech32), it's recommended to use SegWit wrapped (P2SH) format. [This guide](https://www.youtube.com/watch?v=-1DBJWwA2Cw) explains how to create P2SH wallet in Electrum that's more suited for merchants, due to compatibility with legacy wallets customers use.
4141

4242
**IMPORTANT NOTE 2:** Write down your recovery words in the order you see them on the screen. Write them down a piece of paper and store it somewhere secure. Take your time and triple check each word. Do not store your seed in a digital format (photograph, text document). Whoever has the access to your seed can access your funds. Confirm that the seed has been properly backed up by re-entering it in the same order. Once the seed is validated, proceed to the next step.
4343

44-
![Backup your seed!](../../.gitbook/assets/electrum\_createwallet\_step5.png)
44+
![Backup your seed!](../.gitbook/assets/electrum_createwallet_step5.png)
4545

4646
It's highly recommended that you encrypt your wallet. Select a password that you can easily remember and mark make sure `Encrypt Wallet File` is marked. Proceed by clicking `Next`.
4747

48-
![Encrypt your wallet!](../../.gitbook/assets/electrum\_createwallet\_step6.png)
48+
![Encrypt your wallet!](../.gitbook/assets/electrum_createwallet_step6.png)
4949

5050
When the wallet loads (it may take few moments), in the top menu, click on the `Wallet` and then`Information` .
5151

52-
![See wallet information](../../.gitbook/assets/electrum\_createwallet\_step7.png)
52+
![See wallet information](../.gitbook/assets/electrum_createwallet_step7.png)
5353

5454
Select and **copy** the `Master Public Key`. This is the **public** key from which Bitcart will derive addresses.
5555

56-
![Copy the Master Public Key](../../.gitbook/assets/electrum\_createwallet\_step8.png)
56+
![Copy the Master Public Key](../.gitbook/assets/electrum_createwallet_step8.png)
5757

5858
Return to your Bitcart. Click on the `Details` button in the `Wallets` card and click on the `New Wallet` button. Enter your wallet name and Paste the Master Public Key from electrum to xpub field. Click `Save`.
5959

60-
![Add new wallet](../../.gitbook/assets/connect\_electrum.png)
60+
![Add new wallet](../.gitbook/assets/connect_electrum.png)
6161

6262
### Configuring the Gap Limit in Electrum <a href="#configuring-the-gap-limit-in-electrum" id="configuring-the-gap-limit-in-electrum"></a>
6363

6464
In the top menu, click on the `View` and then`Show Console` .
6565

66-
![Show console](../../.gitbook/assets/electrum\_gaplimit.png)
66+
![Show console](../.gitbook/assets/electrum_gaplimit.png)
6767

6868
Enter following commands in Electrum console and press `enter` on your keyboard.
6969

@@ -77,7 +77,7 @@ If you are running a version older than Electrum 4, also enter the following com
7777
wallet.storage.write()
7878
```
7979

80-
![Enter the commands here](../../.gitbook/assets/electrum\_gaplimit\_step2.png)
80+
![Enter the commands here](../.gitbook/assets/electrum_gaplimit_step2.png)
8181

8282
Restart your Electrum and verify that the newly set gap limit is correct by entering in the console:
8383

0 commit comments

Comments
 (0)