diff options
author | Marc Radulescu <marc@gitlab.com> | 2014-11-27 10:24:19 +0100 |
---|---|---|
committer | Marc Radulescu <marc@gitlab.com> | 2014-11-27 10:24:19 +0100 |
commit | c85d4af88921aba31afd39c3403fe2d41381c2ca (patch) | |
tree | af261e1e4564ebcfe1fdfa91e2aef863385bda81 /doc/development/architecture.md | |
parent | 8ccaee19792ac10dffd7a86be0835f2ea5674d0e (diff) | |
download | gitlab-ce-c85d4af88921aba31afd39c3403fe2d41381c2ca.tar.gz |
remove unnecessarry image
Diffstat (limited to 'doc/development/architecture.md')
-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 68c813d4339..209182e7742 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -23,7 +23,7 @@ Users come to NginX and request actions to be done by workers in the office; - The goods in the warehouse (metadata, issues, merge requests etc); - The users coming to the front desk (permissions) -**Redis** is a [communication board with “cubby holes”](https://dev.gitlab.org/gitlab/gitlabhq/blob/master/doc/development/cubby_holes.jpg) that can contain tasks for office workers; +**Redis** is a communication board with “cubby holes” that can contain tasks for office workers; **Sidekiq** is a worker that primarily handles sending out emails. It takes tasks from the Redis communication board; |