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_vagrant.md | |
parent | 4c4b4b6e0d236637d4803b09f1ec9333aa532389 (diff) | |
download | qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.tar.gz qmk_firmware-92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d.zip |
[Docs] Use HTTPS for images and links where possible (#11695)
Diffstat (limited to 'docs/ja/getting_started_vagrant.md')
-rw-r--r-- | docs/ja/getting_started_vagrant.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/getting_started_vagrant.md b/docs/ja/getting_started_vagrant.md index 58eca5c0a..933f7a248 100644 --- a/docs/ja/getting_started_vagrant.md +++ b/docs/ja/getting_started_vagrant.md | |||
@@ -9,11 +9,11 @@ | |||
9 | 9 | ||
10 | ## 必要事項 | 10 | ## 必要事項 |
11 | 11 | ||
12 | このリポジトリ内の `Vagrantfile` を使うには、[Vagrant](http://www.vagrantup.com/) およびサポートされるプロバイダがインストールされている必要があります: | 12 | このリポジトリ内の `Vagrantfile` を使うには、[Vagrant](https://www.vagrantup.com/) およびサポートされるプロバイダがインストールされている必要があります: |
13 | 13 | ||
14 | * [VirtualBox](https://www.virtualbox.org/) (バージョン 5.0.12 以降) | 14 | * [VirtualBox](https://www.virtualbox.org/) (バージョン 5.0.12 以降) |
15 | * 'Vagrant を使うために最もアクセスしやすいプラットフォーム' として販売 | 15 | * 'Vagrant を使うために最もアクセスしやすいプラットフォーム' として販売 |
16 | * [VMware Workstation](https://www.vmware.com/products/workstation) および [Vagrant VMware プラグイン](http://www.vagrantup.com/vmware) | 16 | * [VMware Workstation](https://www.vmware.com/products/workstation) および [Vagrant VMware プラグイン](https://www.vagrantup.com/vmware) |
17 | * (有料) VMware プラグインには、ライセンスされた VMware Workstation/Fusion のコピーが必要です。 | 17 | * (有料) VMware プラグインには、ライセンスされた VMware Workstation/Fusion のコピーが必要です。 |
18 | * [Docker](https://www.docker.com/) | 18 | * [Docker](https://www.docker.com/) |
19 | 19 | ||