diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-24 20:16:50 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-24 20:16:50 +0000 |
commit | 83ba37e54489268a8c52e158734c13b5976c7dc3 (patch) | |
tree | 395c225bd999c5435178158be5894a0452c05cc8 /doc | |
parent | 8fecb47c073a4190de564df93c9f205295dc0497 (diff) | |
parent | 81ab172a25a29bdc2907fdd0d681e6cddb7c31a1 (diff) | |
download | gitlab-ce-83ba37e54489268a8c52e158734c13b5976c7dc3.tar.gz |
Merge branch 'fix_git_tag_in_architecture' into 'master'
Fixed ~git beeing displayed as link to issues tagged with git in architecture.md
The architecture documentation explains `~git` from the picture below which is replaced by a [link to issues tagged with `git`](https://gitlab.com/gitlab-org/gitlab-ce/issues?label_name=git). I believe that this was unintended and should be fixed by using backticks.

See merge request !2814
Diffstat (limited to 'doc')
-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). |