From 01caa15a154de171f29730ee88394ec6a311916d Mon Sep 17 00:00:00 2001 From: "Andrew H. Cox" Date: Fri, 8 Oct 2021 01:42:35 +0100 Subject: [PATCH] Chrome complains when the link is insecure --- data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/README.md b/data/README.md index 98af83e6..1566ad0a 100644 --- a/data/README.md +++ b/data/README.md @@ -10,4 +10,4 @@ Run the [download_assets.py](../download_assets.py) python script which will dow ### Option 2: Manual download -Download the asset pack from [http://vulkan.gpuinfo.org/downloads/vulkan_asset_pack_gltf.zip](http://vulkan.gpuinfo.org/downloads/vulkan_asset_pack_gltf.zip) and extract it in the ```data``` directory. \ No newline at end of file +Download the asset pack from [https://vulkan.gpuinfo.org/downloads/vulkan_asset_pack_gltf.zip](https://vulkan.gpuinfo.org/downloads/vulkan_asset_pack_gltf.zip) and extract it in the ```data``` directory.