diff --git a/docs/AWS_DEPLOYMENT.md b/docs/AWS_DEPLOYMENT.md
index 17495581cd20dcfa6f6714b7fbc69787407974f8..6ec23c5ee8320dd1bf7d4a9f521faeaa1b1dc428 100644
--- a/docs/AWS_DEPLOYMENT.md
+++ b/docs/AWS_DEPLOYMENT.md
@@ -131,8 +131,8 @@ There are several things that are pre-configured for your pleasure:
 
   1. ssh keys: your public key is copied up to the server for passphraseless
      ssh access.
-  2. Git support: an 'app' user is created with a repository under `~/git`
-     that you can push to
+  2. Git support: an 'app' user is created with a repository under `~app/git`
+     on the server, that you can push to.
   3. `post-update` hook: the code that runs after you push to update and
      restart your servers
   4. nginx with SSL and 503 support - you'll get SSL for free and will see