diff options
author | Nick Thomas <nick@gitlab.com> | 2018-08-23 12:50:30 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-08-23 12:50:30 +0000 |
commit | bde1bdae717bf4d445c145388235b213f6e97f96 (patch) | |
tree | cc0c56478261613fb1d16e3f991cb8214d57df1c /doc/development | |
parent | a3382bab119f269cbd0e3bf16c0bd0e215a96fe9 (diff) | |
parent | ad2bd11538a690b180d9966428ad02743bbf6ad9 (diff) | |
download | gitlab-ce-bde1bdae717bf4d445c145388235b213f6e97f96.tar.gz |
Merge branch 'docs-update-prod-architecture-links' into 'master'
Fixes doc/development/architecture.md prod links.
See merge request gitlab-org/gitlab-ce!20455
Diffstat (limited to 'doc/development')
-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 3e417a44ec1..66d8a4f2f6e 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -70,7 +70,7 @@ The add-on component gitlab-shell serves repositories over SSH. It manages the S Gitaly executes git operations from gitlab-shell and the GitLab web app, and provides an API to the GitLab web app to get attributes from git (e.g. title, branches, tags, other meta data), and to get blobs (e.g. diffs, commits, files). -You may also be interested in the [production architecture of GitLab.com](https://about.gitlab.com/handbook/infrastructure/production-architecture/). +You may also be interested in the [production architecture of GitLab.com](https://about.gitlab.com/handbook/engineering/infrastructure/production-architecture/). ### Installation Folder Summary |