Skip to content

Commit 41b2887

Browse files
committed
link fixed
1 parent 68eb91a commit 41b2887

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ssh root@your.server
4848
Download the installation script for the latest release:
4949

5050
```bash
51-
wget https://raw.githubusercontent.com/david0154/davidcp/main/install/dvp-install.sh
51+
wget https://raw.githubusercontent.com/david0154/davidcp/release/install/dvp-install.sh
5252
```
5353

5454
If the download fails due to an SSL validation error, please be sure you've installed the ca-certificate package on your system - you can do this with the following command:
@@ -95,7 +95,7 @@ apt-get upgrade
9595

9696
## Contributions
9797

98-
If you would like to contribute to the project, please [read our Contribution Guidelines]https://github.com/david0154/davidcp/blob/main/CONTRIBUTING.md) for a brief overview of our development process and standards.
98+
If you would like to contribute to the project, please [read our Contribution Guidelines](https://github.com/david0154/davidcp/blob/main/CONTRIBUTING.md) for a brief overview of our development process and standards.
9999

100100
## Copyright
101101

docs/.vitepress/theme/components/InstallBuilder.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010
<CopyToClipboardInput
1111
class="u-mb10"
12-
value="wgethttps://raw.githubusercontent.com/david0154/davidcp/main/install/dvp-install.sh"
12+
value="wgethttps://raw.githubusercontent.com/david0154/davidcp/release/install/dvp-install.sh"
1313
/>
1414
<p class="u-mb10">
1515
Check you are running as the <code>root</code> user, configure the options you want below,

docs/docs/introduction/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Interactive installer that will install the default David software configuration
4343
Download the installation script for the latest release:
4444

4545
```bash
46-
wgethttps://raw.githubusercontent.com/david0154/davidcp/main/install/dvp-install.sh
46+
wgethttps://raw.githubusercontent.com/david0154/davidcp/release/install/dvp-install.sh
4747
```
4848

4949
If the download fails due to an SSL validation error, please be sure you've installed the ca-certificate package on your system - you can do this with the following command:

0 commit comments

Comments
 (0)