summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_docker_development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/contributing_docker_development.md')
-rw-r--r--docs/src/contributing_docker_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/contributing_docker_development.md b/docs/src/contributing_docker_development.md
index d5ab5829..09239821 100644
--- a/docs/src/contributing_docker_development.md
+++ b/docs/src/contributing_docker_development.md
@@ -3,7 +3,7 @@
## Running
```bash
-git clone https://github.com/dessalines/lemmy
+git clone https://github.com/LemmyNet/lemmy
cd lemmy/docker/dev
./docker_update.sh # This builds and runs it, updating for your changes
```