summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB1nj0y <huibin@meri.co>2018-11-29 03:37:03 +0000
committerB1nj0y <huibin@meri.co>2018-11-29 03:37:03 +0000
commit02314b8ae185411f2dab3c0af7fbb047814c00c7 (patch)
tree00b51434339661215b5ba0863b0ab1d9e2b5554c
parentc7a19d37eef54799981335c201a3ddcf55a63ceb (diff)
downloadgitlab-ce-02314b8ae185411f2dab3c0af7fbb047814c00c7.tar.gz
Update 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 931a7a8e6d5..e65c5f05505 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -55,7 +55,7 @@ GitLab can be considered to have two layers from a process perspective:
### gitaly
-- [Omnibus confiugration options](https://gitlab.com/gitlab-org/gitaly/tree/master/doc/configuration)
+- [Omnibus configuration options](https://gitlab.com/gitlab-org/gitaly/tree/master/doc/configuration)
- Layer: Core Service (Data)
Gitaly is a service designed by GitLab to remove our need for NFS for Git storage in distributed deployments of GitLab. (Think GitLab.com or High Availablity Deployments) As of 11.3.0, This service handles all Git level access in GitLab. You can read more about the project [in the project's readme](https://gitlab.com/gitlab-org/gitaly).