Skip to content

Commit c3d1d7e

Browse files
Make download paths absolute path
Fixes #3528.
1 parent eba8653 commit c3d1d7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/full-node.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The following instructions describe installing Bitcoin Core using tools
253253
available in most mainstream Linux distributions. We assume you use a
254254
Bourne-like shell such as `bash`.
255255

256-
Using any computer, go to the [Bitcoin Core download page](/en/download)
256+
Using any computer, go to the [Bitcoin Core download page](https://bitcoin.org/en/download)
257257
and verify you have made a secure connection to the server.
258258

259259
![Verify secure connection](/img/full-node/en-secure-connection.png?{{site.time | date: '%s'}})
@@ -434,7 +434,7 @@ If you're a expert system administrator and want to use an init script instead,
434434

435435
### Windows 10
436436

437-
Go to the [Bitcoin Core download page](/en/download) and verify you have
437+
Go to the [Bitcoin Core download page](https://bitcoin.org/en/download) and verify you have
438438
made a secure connection to the server.
439439

440440
![Verify secure connection](/img/full-node/en-win10-secure-connection.png?{{site.time | date: '%s'}})
@@ -586,7 +586,7 @@ daemon will be automatically started.
586586

587587
### Windows 8.x
588588

589-
Go to the [Bitcoin Core download page](/en/download) and verify you have
589+
Go to the [Bitcoin Core download page](https://bitcoin.org/en/download) and verify you have
590590
made a secure connection to the server.
591591

592592
![Verify secure connection](/img/full-node/en-secure-connection.png?{{site.time | date: '%s'}})
@@ -738,7 +738,7 @@ daemon will be automatically started.
738738

739739
### Windows 7
740740

741-
Go to the [Bitcoin Core download page](/en/download) and verify you have
741+
Go to the [Bitcoin Core download page](https://bitcoin.org/en/download) and verify you have
742742
made a secure connection to the server.
743743

744744
![Verify secure connection](/img/full-node/en-secure-connection.png?{{site.time | date: '%s'}})
@@ -890,7 +890,7 @@ Save the file. The next time you login to your computer, Bitcoin Core daemon wil
890890

891891
### Mac OS X Yosemite 10.10.x+
892892

893-
Go to the [Bitcoin Core download page](/en/download) and verify you have
893+
Go to the [Bitcoin Core download page](https://bitcoin.org/en/download) and verify you have
894894
made a secure connection to the server.
895895

896896
![Verify secure connection](/img/full-node/en-osx-safari-secure-connection.png?{{site.time | date: '%s'}})

0 commit comments

Comments
 (0)