Skip to content

Commit fb467c7

Browse files
Update GitHub docs links for SSH & GPG (#12947)
The links now redirected to docs.github.com. `common SSH problems` link is misredirected to `Authenticating to GitHub` page, so it has been corrected to the proper `troubleshooting SSH` page. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
1 parent b49ebc2 commit fb467c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/user/settings/keys_gpg.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
</div>
3838
<br>
39-
<p>{{.i18n.Tr "settings.gpg_helper" "https://help.github.com/articles/about-gpg/" | Str2html}}</p>
39+
<p>{{.i18n.Tr "settings.gpg_helper" "https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/about-commit-signature-verification#gpg-commit-signature-verification" | Str2html}}</p>
4040
<div {{if not .HasGPGError}}class="hide"{{end}} id="add-gpg-key-panel">
4141
<h4 class="ui top attached header">
4242
{{.i18n.Tr "settings.add_new_gpg_key"}}

templates/user/settings/keys_ssh.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</div>
3838
</div>
3939
<br>
40-
<p>{{.i18n.Tr "settings.ssh_helper" "https://help.github.com/articles/generating-ssh-keys" "https://help.github.com/ssh-issues/" | Str2html}}</p>
40+
<p>{{.i18n.Tr "settings.ssh_helper" "https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-ssh" "https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/troubleshooting-ssh" | Str2html}}</p>
4141
<div {{if not .HasSSHError}}class="hide"{{end}} id="add-ssh-key-panel">
4242
<h4 class="ui top attached header">
4343
{{.i18n.Tr "settings.add_new_key"}}

0 commit comments

Comments
 (0)