Skip to content

Commit fdbc06d

Browse files
authored
Update development.md
1 parent 2d60063 commit fdbc06d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/docs/contributing/development.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Contributing to David’s development
22

3-
David is an open-source project, and we welcome contributions from the community. Please read the [contributing guidelines](https://github.com/davidcp/davidcp/blob/main/CONTRIBUTING.md) for additional information.
3+
David is an open-source project, and we welcome contributions from the community. Please read the [contributing guidelines](https://github.com/david0154/davidcp/blob/main/CONTRIBUTING.md) for additional information.
44

55
David is designed to be installed on a web server. To develop David on your local machine, a virtual machine is recommend.
66

77
::: warning
8-
Development builds are unstable. If you encounter a bug please [report it via GitHub](https://github.com/davidcp/davidcp/issues/new/choose) or [submit a Pull Request](https://github.com/davidcp/davidcp/pulls).
8+
Development builds are unstable. If you encounter a bug please [report it via GitHub](https://github.com/david0154/davidcp/issues/new/choose) or [submit a Pull Request](https://github.com/davidcp/davidcp/pulls).
99
:::
1010

1111
## Creating a virtual machine for development
@@ -16,10 +16,10 @@ These instructions use [Multipass](https://multipass.run/) to create an Ubuntu V
1616

1717
1. [Install Multipass](https://multipass.run/install) for your OS
1818

19-
1. [Fork David](https://github.com/davidcp/davidcp/fork) and clone the repository to your local machine
19+
1. [Fork David](https://github.com/david0154/davidcp/fork) and clone the repository to your local machine
2020

2121
```bash
22-
git clone https://github.com/YourUsername/davidcp.git ~/projects
22+
git clone https://github.com/david0154/davidcp.git ~/projects
2323
```
2424

2525
1. Create an Ubuntu VM with at least 2GB of memory and 15GB of disk space
@@ -116,7 +116,7 @@ Below are some instructions for making a change to David's UI, running the build
116116

117117
1. Reload the page in your browser to see the change
118118

119-
Please refer to the [contributing guidelines](https://github.com/davidcp/davidcp/blob/main/CONTRIBUTING.md#development-guidelines) for more details on submitting code changes for review.
119+
Please refer to the [contributing guidelines](https://github.com/david0154/davidcp/blob/main/CONTRIBUTING.md#development-guidelines) for more details on submitting code changes for review.
120120

121121
::: info
122122
A backup is created each time the David build script is run. If you run this often it can fill up your VM's disk space.
@@ -131,7 +131,7 @@ We currently use [Bats](https://github.com/bats-core/bats-core) to run our autom
131131

132132
```bash
133133
# Clone David repo with testing submodules
134-
git clone --recurse-submodules https://github.com/davidcp/davidcp
134+
git clone --recurse-submodules https://github.com/david0154/davidcp
135135
# Or, using an existing local repo with an up-to-date main branch
136136
git submodule update --init --recursive
137137

0 commit comments

Comments
 (0)