From f4effe0fee5bda5d1ec82001de7adacd657b67f2 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Fri, 1 Dec 2023 09:29:28 +0100 Subject: [PATCH] docs: fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbf289..045dd8c 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ You can either use an `ssh` key or an authenticated and authorized Git user. We recommend you to use a [project deploy key](https://docs.gitlab.com/ee/user/project/deploy_keys/#project-deploy-keys) with write access to your project. -The key should not have a passphrase (see [how to generate a new SSH key pair](https://docs.gitlab.com/ce/ssh/README.html#generating-a-new-ssh-key-pair)). +The key should not have a passphrase (see [how to generate a new SSH key pair](https://docs.gitlab.com/ee/user/ssh.html#generate-an-ssh-key-pair)). Specify :lock: `$GIT_PRIVATE_KEY` as protected project variable with the private part of the deploy key. -- GitLab