diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-30 22:00:56 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-30 22:00:56 +1100 |
commit | 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d (patch) | |
tree | 6b9861b866e761c375b19f469e29a6fbc4690c2b /docs/ja/getting_started_github.md | |
parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) |
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/ja/getting_started_github.md')
-rw-r--r-- | docs/ja/getting_started_github.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ja/getting_started_github.md b/docs/ja/getting_started_github.md index a768f8926a..43049dde03 100644 --- a/docs/ja/getting_started_github.md +++ b/docs/ja/getting_started_github.md @@ -11,15 +11,15 @@ GitHub は慣れていない人には少し注意が必要です - このガイ [QMK GitHub ページ](https://github.com/qmk/qmk_firmware)を開くと、右上に "Fork" というボタンが見えます: -![GitHub でのフォーク](http://i.imgur.com/8Toomz4.jpg) +![GitHub でのフォーク](https://i.imgur.com/8Toomz4.jpg) あなたが組織の一員である場合は、どのアカウントにフォークするかを選択する必要があります。ほとんどの場合、あなたの個人のアカウントにフォークしたいでしょう。フォークが完了したら(しばらく時間が掛かる場合があります)、"Clone or Download" ボタンをクリックします: -![GitHub からダウンロード](http://i.imgur.com/N1NYcSz.jpg) +![GitHub からダウンロード](https://i.imgur.com/N1NYcSz.jpg) 必ず "HTTPS" を選択し、リンクを選択してコピーします: -![HTTPS リンク](http://i.imgur.com/eGO0ohO.jpg) +![HTTPS リンク](https://i.imgur.com/eGO0ohO.jpg) ここから、`git clone --recurse-submodules ` をコマンドラインに入力し、リンクを貼り付けます: @@ -61,10 +61,10 @@ To https://github.com/whoeveryouare/qmk_firmware.git あなたの変更は今では GitHub 上のフォークにあります - フォーク (`https://github.com/<whoeveryouare>/qmk_firmware`)に戻ると、"New Pull Request" ボタンをクリックすることで新しいプルリクエストを作成することができます: -![New Pull Request](http://i.imgur.com/DxMHpJ8.jpg) +![New Pull Request](https://i.imgur.com/DxMHpJ8.jpg) ここでは、コミットした内容を正確に確認することができます - 全て良いように見える場合は、"Create Pull Request" をクリックすることで最終的に承認することができます: -![Create Pull Request](http://i.imgur.com/Ojydlaj.jpg) +![Create Pull Request](https://i.imgur.com/Ojydlaj.jpg) サブミットの後で、私たちはあなたの変更について話し、変更を依頼し、最終的にそれを受け入れるでしょう!QMK に貢献してくれてありがとう :) |