From 0f8a6a107ae3a95e3708385ffd4ab490c0a7bd60 Mon Sep 17 00:00:00 2001 From: Abhijit Nathwani Date: Thu, 6 May 2021 12:21:55 +0530 Subject: [PATCH] Update git url in deployment.md --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 8a2bdb5e..e3c39e91 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -13,7 +13,7 @@ For Debian/Ubuntu systems this probably just means something like this: ## Building * We assume an already configured virtual-host on your webserver with an existing empty htdocs folder * First, remove that htdocs folder - we will replace it with Send's version now -* git clone https://github.com/mozilla/send.git htdocs +* git clone https://github.com/timvisee/send.git htdocs * Make now sure you are NOT root but rather the user your webserver is serving files under (e.g. "su www-data" or whoever the owner of your htdocs folder is) * npm install * npm run build