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/zh-cn/faq_build.md | |
parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) |
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/zh-cn/faq_build.md')
-rw-r--r-- | docs/zh-cn/faq_build.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/zh-cn/faq_build.md b/docs/zh-cn/faq_build.md index 0d9047bc59..c4b6e64d8d 100644 --- a/docs/zh-cn/faq_build.md +++ b/docs/zh-cn/faq_build.md @@ -65,8 +65,8 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", MODE:="0666" https://github.com/tmk/tmk_keyboard/issues/150 一也可以在下方链接购买一个唯一的VID:PID。不过个人使用似乎用不着这个。 -- http://www.obdev.at/products/vusb/license.html -- http://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 +- https://www.obdev.at/products/vusb/license.html +- https://www.mcselec.com/index.php?page=shop.product_details&flypage=shop.flypage&product_id=92&option=com_phpshop&Itemid=1 ## AVR的BOOTLOADER_SIZE 注意Teensy2.0++ bootloader的大小是2048字节。有些Makefile注释错了。 |