Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFinn Glöe <login@amshaegar.de>2016-02-13 23:42:48 +0300
committerFinn Glöe <finn.gloee@1und1.de>2016-02-14 01:59:38 +0300
commit81ab172a25a29bdc2907fdd0d681e6cddb7c31a1 (patch)
treee778e77746181060789b378172f5c84f60d4b3f5 /doc/development/architecture.md
parentdc3ea7eb74463c4d6576a96dc0eabd67024bd9c7 (diff)
Fixed ~git beeing displayed as link to issues tagged with git
[ci skip]
Diffstat (limited to 'doc/development/architecture.md')
-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).