diff --git a/README.md b/README.md
index 4dbf289e400c0ec39245d4fc468f81016497a6d6..045dd8c3a65cc89a319fd16c453d3c342cb607ec 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.