summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-26 09:32:07 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-26 09:32:07 -0500
commit08ec838ed501473846806be2680e8888ff859e10 (patch)
tree4a4664c505d667db907084bd8850cd689f338f7e /doc/development
parentb2dcfc4db3828888f9aa0a9cc38e89fe84d30b2c (diff)
parentf150b8a5b9a6f56151523061813bad2cf48c9d91 (diff)
downloadgitlab-ce-avatar-cropping.tar.gz
Merge branch 'master' into avatar-croppingavatar-cropping
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 6101a71a8de..12e33406cb6 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -42,7 +42,7 @@ Gitlab-shell communicates with Sidekiq via the “communication board” (Redis)
## System Layout
-When referring to ~git in the pictures it means the home directory of the git user which is typically /home/git.
+When referring to `~git` in the pictures it means the home directory of the git user which is typically /home/git.
GitLab is primarily installed within the `/home/git` user home directory as `git` user. Within the home directory is where the gitlabhq server software resides as well as the repositories (though the repository location is configurable).