diff options
author | Finn Glöe <login@amshaegar.de> | 2016-02-13 20:42:48 +0000 |
---|---|---|
committer | Finn Glöe <finn.gloee@1und1.de> | 2016-02-13 23:59:38 +0100 |
commit | 81ab172a25a29bdc2907fdd0d681e6cddb7c31a1 (patch) | |
tree | e778e77746181060789b378172f5c84f60d4b3f5 /doc/development | |
parent | dc3ea7eb74463c4d6576a96dc0eabd67024bd9c7 (diff) | |
download | gitlab-ce-81ab172a25a29bdc2907fdd0d681e6cddb7c31a1.tar.gz |
Fixed ~git beeing displayed as link to issues tagged with git
[ci skip]
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/architecture.md | 2 |
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). |