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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-08 00:07:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-08 00:07:25 +0300
commit4e9110c3c5b218bb8e1b183b9570426d9bbb0670 (patch)
treecd6662bef14ad8d7d6c1f4ccfdf27b8b4210d9bc /doc/user/ssh.md
parent1869c23b11aeda0f8183dd324ebadf59505846f0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/ssh.md')
-rw-r--r--doc/user/ssh.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/ssh.md b/doc/user/ssh.md
index a322c3ce3db..0e10fea18ad 100644
--- a/doc/user/ssh.md
+++ b/doc/user/ssh.md
@@ -22,7 +22,7 @@ SSH uses two keys, a public key and a private key.
It is not possible to reveal confidential data by uploading your public key. When you need to copy or upload your SSH public key, make sure you do not accidentally copy or upload your private key instead.
-You can use your private key to [sign commits](project/repository/ssh_signed_commits/index.md),
+You can use your private key to [sign commits](project/repository/signed_commits/ssh.md),
which makes your use of GitLab and your data even more secure.
This signature then can be verified by anyone using your public key.