Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-12-03 13:17:45 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-12-03 13:17:45 +0300
commit76d4e6d6d87f3e59f1864fa15da701bb789e301e (patch)
treeb1cce63f0773b945f2591bbac099c3551eb83066 /doc
parent99289464619f3fab8dcb0c2990eb411ba40aafec (diff)
parent02314b8ae185411f2dab3c0af7fbb047814c00c7 (diff)
Merge branch 'patch-31' into 'master'
Update architecture.md See merge request gitlab-org/gitlab-ce!23430
Diffstat (limited to 'doc')
-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).