summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-14 11:06:48 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-19 14:10:44 +0100
commit3b2674502b0624bd290031ef98b89f56c10b1790 (patch)
tree59a421c87057e82e9886201cd01d49308dfc3825 /doc/administration
parent0f04d4b2b4f41b5530ac7110d1c883540d5bc96f (diff)
downloadgitlab-ce-3b2674502b0624bd290031ef98b89f56c10b1790.tar.gz
Redirect Kubernetes installation to the charts docsdocs/point-to-new-chart-links
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')
-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.