From ed264aba3c12243352f68c2de6a5f21f23778bd0 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 9 Apr 2020 16:11:11 -0400 Subject: Updating code url references to https://github.com/LemmyNet/lemmy --- docs/src/contributing_local_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src/contributing_local_development.md') 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: -- cgit v1.2.3