[Docs] Use HTTPS for images and links where possible (#11695)

This commit is contained in:
Ryan 2021-01-30 22:00:56 +11:00 committed by GitHub
parent 4c4b4b6e0d
commit 92a787ca4c
Failed to generate hash of commit
96 changed files with 216 additions and 218 deletions

View file

@ -6,15 +6,15 @@ GitHub can be a little tricky to those that aren't familiar with it - this guide
首先 [GitHub上的QMK页面](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 `,然后粘贴你的链接:
@ -56,10 +56,10 @@ To https://github.com/whoeveryouare/qmk_firmware.git
现在你的改动已经在你GitHub上的分支中了 - 如果你回到这 (`https://github.com/你的GitHub账户名/qmk_firmware`) ,你可以点击下方所示按钮创建 "New Pull Request":
![新的 Pull Request](http://i.imgur.com/DxMHpJ8.jpg)
![新的 Pull Request](https://i.imgur.com/DxMHpJ8.jpg)
现在你可以看到你所做的一切 - 如果看起来不错, 就可以点击 "Create Pull Request"定稿了:
![创建Pull Request](http://i.imgur.com/Ojydlaj.jpg)
![创建Pull Request](https://i.imgur.com/Ojydlaj.jpg)
提交后,我们会开跟你说你的改动,要求您进行更改, 并最终接受您的更改!感谢您为QMK做的贡献 :)