summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFinn Glöe <login@amshaegar.de>2016-02-13 20:42:48 +0000
committerFinn Glöe <finn.gloee@1und1.de>2016-02-13 23:59:38 +0100
commit81ab172a25a29bdc2907fdd0d681e6cddb7c31a1 (patch)
treee778e77746181060789b378172f5c84f60d4b3f5
parentdc3ea7eb74463c4d6576a96dc0eabd67024bd9c7 (diff)
downloadgitlab-ce-81ab172a25a29bdc2907fdd0d681e6cddb7c31a1.tar.gz
Fixed ~git beeing displayed as link to issues tagged with git
[ci skip]
-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).