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
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-14 13:06:48 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-19 16:10:44 +0300
commit3b2674502b0624bd290031ef98b89f56c10b1790 (patch)
tree59a421c87057e82e9886201cd01d49308dfc3825 /doc/administration/git_protocol.md
parent0f04d4b2b4f41b5530ac7110d1c883540d5bc96f (diff)
Redirect Kubernetes installation to the charts docs
With the advent of the new chart docs, we should deprecate the old ones and redirect them to the new ones.
Diffstat (limited to 'doc/administration/git_protocol.md')
-rw-r--r--doc/administration/git_protocol.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/git_protocol.md b/doc/administration/git_protocol.md
index 345e8646f9b..1780e1babe9 100644
--- a/doc/administration/git_protocol.md
+++ b/doc/administration/git_protocol.md
@@ -31,7 +31,7 @@ From the client side, `git` `v2.18.0` or newer must be installed.
From the server side, if we want to configure SSH we need to set the `sshd`
server to accept the `GIT_PROTOCOL` environment.
-In installations using [GitLab Helm Charts](../install/kubernetes/gitlab_chart.md)
+In installations using [GitLab Helm Charts](https://docs.gitlab.com/charts/)
and [All-in-one docker image](https://docs.gitlab.com/omnibus/docker/), the SSH
service is already configured to accept the `GIT_PROTOCOL` environment and users
need not do anything more.