summaryrefslogtreecommitdiffstats
path: root/docs/src/contributing_local_development.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-09 16:11:11 -0400
committerDessalines <tyhou13@gmx.com>2020-04-09 16:11:11 -0400
commited264aba3c12243352f68c2de6a5f21f23778bd0 (patch)
tree32fa529740222bbec1f0c2172fa9a59179c0bcd6 /docs/src/contributing_local_development.md
parent221e35ec38fb9323bf0b0ca1d19dac7884fb79fa (diff)
Updating code url references to https://github.com/LemmyNet/lemmy
Diffstat (limited to 'docs/src/contributing_local_development.md')
-rw-r--r--docs/src/contributing_local_development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/contributing_local_development.md b/docs/src/contributing_local_development.md
index 175b000c..e823c9d1 100644
--- a/docs/src/contributing_local_development.md
+++ b/docs/src/contributing_local_development.md
@@ -22,7 +22,7 @@ export LEMMY_DATABASE_URL=postgres://lemmy:password@localhost:5432/lemmy
#### Running
```bash
-git clone https://github.com/dessalines/lemmy
+git clone https://github.com/LemmyNet/lemmy
cd lemmy
./install.sh
# For live coding, where both the front and back end, automagically reload on any save, do: