]> Untitled Git - lemmy.git/blobdiff - docs/src/contributing_local_development.md
Updating code url references to https://github.com/LemmyNet/lemmy
[lemmy.git] / docs / src / contributing_local_development.md
index 175b000c7f1258394e8b98b7e090560ae036e65e..e823c9d1b8cc18704b633c80bd66f1aecd33bdbf 100644 (file)
@@ -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: