summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2014-04-08 10:38:54 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2014-04-08 10:38:54 +0000
commit5ea31c7f74c816a1ea53839bc828360e7d57abf8 (patch)
treeda68e70157c7c4200133d17020d7a55dc2418a85
parent862e0e34d34213097e1a178c280c2ce2f273f322 (diff)
parent2a9eb0265056dc50ae97f1f5784ed60ddc797634 (diff)
downloadgitlab-ce-5ea31c7f74c816a1ea53839bc828360e7d57abf8.tar.gz
Merge branch 'forgot-to-change-dir' into 'master'
Forgot to change dir /cc @dzaporozhets Related to https://gitlab.com/gitlab-com/doc-gitlab-com/issues/1
-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 6f832614d70..f2f7a3d5f0f 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.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.