From 6ffc3ce9259c5c3de1f4818b47bd2438b784d0f9 Mon Sep 17 00:00:00 2001 From: WATAHIKI YUTO Date: Sat, 21 Feb 2026 14:31:22 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E4=B8=AD?= =?UTF-8?q?=E3=81=AE=E3=82=A2=E3=82=A4=E3=83=86=E3=83=A0=E3=82=92=E5=8F=82?= =?UTF-8?q?=E7=85=A7=E3=81=99=E3=82=8B=E6=99=82=E3=81=AE=E6=9B=B8=E3=81=8D?= =?UTF-8?q?=E6=96=B9=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3-web-servers/10-git-github-init/index.mdx | 2 +- docs/3-web-servers/12-github/index.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/3-web-servers/10-git-github-init/index.mdx b/docs/3-web-servers/10-git-github-init/index.mdx index 5e1096068..0962c2a2b 100644 --- a/docs/3-web-servers/10-git-github-init/index.mdx +++ b/docs/3-web-servers/10-git-github-init/index.mdx @@ -141,7 +141,7 @@ ssh-ed25519 AAAAC3...GW/Gp user@computer これをGitHubの[SSH鍵の設定](https://github.com/settings/keys)から登録します。 -登録ページへの移動方法は、`Settings`>`SSH and GPG keys`>`New SSH key`と順に移動すればたどり着けます。 +登録ページへの移動方法は、**Settings > SSH and GPG keys > New SSH key**と順に移動すればたどり着けます。 ![SSHキーを追加](./add-ssh-key.png) diff --git a/docs/3-web-servers/12-github/index.mdx b/docs/3-web-servers/12-github/index.mdx index a6c8560b4..09a5c80a9 100644 --- a/docs/3-web-servers/12-github/index.mdx +++ b/docs/3-web-servers/12-github/index.mdx @@ -88,7 +88,7 @@ git remote add origin git@github.com:アカウント名/リポジトリ名.git