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:
authorMarcia Ramos <marcia@gitlab.com>2019-04-05 13:56:38 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-04-05 13:56:38 +0300
commit14cf8bf050896d617761e7947f81c8e23364a48b (patch)
tree033bf781217756c98b426301e5573c7e414b255d /doc/administration
parent186c1bdfddf4d8da00e7658ae9499b21eb1fb0e2 (diff)
parent3b2674502b0624bd290031ef98b89f56c10b1790 (diff)
Merge branch 'docs/point-to-new-chart-links' into 'master'
Redirect Kubernetes installation to the charts docs Closes #58870 See merge request gitlab-org/gitlab-ce!26159
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.