diff options
author | Rémy Coutable <remy@rymai.me> | 2018-07-16 13:51:26 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-07-16 13:51:26 +0000 |
commit | 95637923e690f4938a7f37160cd0b31801001c78 (patch) | |
tree | b36a399991e8622fce5da92789000474596d0a02 | |
parent | 1b151f3520b36cf98a00d208af47ca7540c6cdda (diff) | |
parent | 426a2d3aa0e814f3a65974ae804deecc53027a2c (diff) | |
download | gitlab-ce-95637923e690f4938a7f37160cd0b31801001c78.tar.gz |
Merge branch 'dz-fix-com-architecture-link' into 'master'
Fix invalid link to GitLab.com architecture.md
See merge request gitlab-org/gitlab-ce!20645
-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 6ca3e9e5a0a..3e417a44ec1 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -197,4 +197,4 @@ Note: It is recommended to log into the `git` user using `sudo -i -u git` or `su ## GitLab.com -We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/handbook/infrastructure/production-architecture/) but this is probably over the top unless you have millions of users. +We've also detailed [our architecture of GitLab.com](https://about.gitlab.com/handbook/engineering/infrastructure/production-architecture/) but this is probably over the top unless you have millions of users. |