diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2017-04-18 22:26:35 +0000 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2017-04-18 22:26:35 +0000 |
commit | 661e25bb3a7bc313f82d89580d27a20c57cbc36b (patch) | |
tree | 3f2e90137bedde5042c23e4f5a351490b31cbb93 | |
parent | bbd83376d625b8d9cb73cbc83c3c0eb71b1abf32 (diff) | |
download | gitlab-ce-661e25bb3a7bc313f82d89580d27a20c57cbc36b.tar.gz |
doc: fix gitaly url typo
-rw-r--r-- | doc/administration/gitaly/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md index 2e22212ddde..6c6942a7bfe 100644 --- a/doc/administration/gitaly/index.md +++ b/doc/administration/gitaly/index.md @@ -1,6 +1,6 @@ # Gitaly -[Gitaly](https://gitlab.com/gitlab-org/gitlay) (introduced in GitLab +[Gitaly](https://gitlab.com/gitlab-org/gitaly) (introduced in GitLab 9.0) is a service that provides high-level RPC access to Git repositories. As of GitLab 9.1 it is still an optional component with limited scope. |