From f6beebae17e78b9fdb543625d7406ed81bdcdaf5 Mon Sep 17 00:00:00 2001 From: relrelb Date: Fri, 14 Oct 2022 17:45:39 +0300 Subject: [PATCH] Change link to HTTPS --- docs/beginner/tutorial3-pipeline/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/beginner/tutorial3-pipeline/README.md b/docs/beginner/tutorial3-pipeline/README.md index 0e43c82b..19c69713 100644 --- a/docs/beginner/tutorial3-pipeline/README.md +++ b/docs/beginner/tutorial3-pipeline/README.md @@ -26,7 +26,7 @@ WGSL's development focuses on getting it to easily convert into the shader langu The conversion is done internally and we usually don't need to care about the details. In the case of wgpu, it's done by the library called [naga](https://github.com/gfx-rs/naga). -Note that, at the time of writing this, some WebGPU implementations also support SPIR-V, but it's just a temporary measure during the transition period to WGSL and will be removed (If you are curious about the drama behind SPIR-V and WGSL, please refer to [this blog post](http://kvark.github.io/spirv/2021/05/01/spirv-horrors.html)). +Note that, at the time of writing this, some WebGPU implementations also support SPIR-V, but it's just a temporary measure during the transition period to WGSL and will be removed (If you are curious about the drama behind SPIR-V and WGSL, please refer to [this blog post](https://kvark.github.io/spirv/2021/05/01/spirv-horrors.html)).