summaryrefslogtreecommitdiff
path: root/doc/development/architecture.md
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2014-03-27 14:34:55 +0000
committerJob van der Voort <jobvandervoort@gmail.com>2014-03-27 14:34:55 +0000
commit3b3186d58be54c0c720564939cebc0419a5751c1 (patch)
tree611d27444748e30bf2563584ebaf10b8d0a2e2e3 /doc/development/architecture.md
parent168afa024ee8c2023f229de2bab89fc26a168fa1 (diff)
downloadgitlab-ce-3b3186d58be54c0c720564939cebc0419a5751c1.tar.gz
fix image not displaying in GitLab due to faulty markdown
Diffstat (limited to 'doc/development/architecture.md')
-rw-r--r--doc/development/architecture.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index 805e115047a..6f832614d70 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -28,7 +28,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell
## Components
-![GitLab Diagram Overview](resources/gitlab_diagram_overview.png "GitLab Diagram Overview")
+![GitLab Diagram Overview](resources/gitlab_diagram_overview.png)
A typical install of GitLab will be on Ubuntu Linux or RHEL/CentOS.
It uses Nginx or Apache as a web front end to proxypass the Unicorn web server.
@@ -180,4 +180,4 @@ bundle exec rake gitlab:check RAILS_ENV=production
```
Note: It is recommended to log into the `git` user using `sudo -i -u git` or `sudo su - git`.
-While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL.
+While the sudo commands provided by gitlabhq work in Ubuntu they do not always work in RHEL. \ No newline at end of file