Skip to content

Commit 408046b

Browse files
authored
fix: Link to GH documentation (circleci#8752)
1 parent ee3c690 commit 408046b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jekyll/_cci2/add-ssh-key.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You may need to add the public key to `~/.ssh/authorized_keys` in order to add S
2222
====
2323
See the following VCS-specific docs for additional details on creating SSH keys:
2424

25-
* link:https://help.github.com/articlesgenerating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/[GitHub]
25+
* link:https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/[GitHub]
2626
* link:https://support.atlassian.com/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/[Bitbucket]
2727
* link:https://docs.gitlab.com/ee/user/ssh.html[GitLab]
2828
====

jekyll/_cci2_ja/add-ssh-key.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GitLabを使用している場合、または他のサービスにアクセス
2929
[#steps-to-add-additional-ssh-keys]
3030
== SSHキーを追加する手順
3131

32-
注: CircleCI が SSH キーを復号化できるよう、キーには常に空のパスフレーズを設定してください。 以下の例はmacOSの場合です。 SSHキーの作成に関する詳細は、link:https://help.github.com/articlesgenerating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/[GitHub] または link:https://support.atlassian.com/ja/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/[Bitbucket] のドキュメントを参照してください。
32+
注: CircleCI が SSH キーを復号化できるよう、キーには常に空のパスフレーズを設定してください。 以下の例はmacOSの場合です。 SSHキーの作成に関する詳細は、link:https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/[GitHub] または link:https://support.atlassian.com/ja/bitbucket-cloud/docs/configure-ssh-and-two-step-verification/[Bitbucket] のドキュメントを参照してください。
3333

3434
. ターミナルで、`ssh-keygen -t ed25519 -C "[email protected]"` コマンドを実行してキーを生成します。 詳しくは、link:https://www.ssh.com/ssh/keygen/[Secure Shell ドキュメント]を参照してください。
3535
. CircleCI アプリケーションで、 **[Project Settings (プロジェクトの設定)]** ボタン (作業対象のプロジェクトの **パイプライン**のページの右上) をクリックして、プロジェクトの設定に移動します。

0 commit comments

Comments
 (0)