summaryrefslogtreecommitdiff
path: root/doc/development/architecture.md
diff options
context:
space:
mode:
authorMarc Radulescu <marc@gitlab.com>2014-11-26 20:54:42 +0100
committerMarc Radulescu <marc@gitlab.com>2014-11-26 20:54:42 +0100
commit8ccaee19792ac10dffd7a86be0835f2ea5674d0e (patch)
treeb862b35dad2310999f27490807b659593c65abef /doc/development/architecture.md
parentb82a205b740840e2a7d0fa3eecf3e361ca73416e (diff)
downloadgitlab-ce-8ccaee19792ac10dffd7a86be0835f2ea5674d0e.tar.gz
replaced hotlink
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 109b21ab2a5..68c813d4339 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”](http://cache3.asset-cache.net/gc/52392865-mail-lies-in-cubby-holes-in-the-trenton-post-gettyimages.jpg?v=1&c=IWSAsset&k=2&d=OCUJ5gVf7YdJQI2Xhkc2QMDTqXzgg%2Fa7CPCCcA9Ug%2BfL2iMdhkcAYaLLAievbZlwJI9YEbpjb1pB2Fh7Fge3%2FA%3D%3D) that can contain tasks for office workers;
+**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;
**Sidekiq** is a worker that primarily handles sending out emails.
It takes tasks from the Redis communication board;