From 13715712f34594c318f30049425fd5d29dae5370 Mon Sep 17 00:00:00 2001 From: rsturgell Date: Tue, 26 Mar 2024 09:47:34 -0700 Subject: [PATCH] Remove trailing period in url which creates broken link --- sample/pristineGrid/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/pristineGrid/meta.ts b/sample/pristineGrid/meta.ts index 55784fb9..8a53ad45 100644 --- a/sample/pristineGrid/meta.ts +++ b/sample/pristineGrid/meta.ts @@ -1,6 +1,6 @@ export default { name: 'Pristine Grid', - description: `A simple WebGPU implementation of the "Pristine Grid" technique described in this wonderful little blog post: https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8. + description: `A simple WebGPU implementation of the "Pristine Grid" technique described in this wonderful little blog post: https://bgolus.medium.com/the-best-darn-grid-shader-yet-727f9278b9d8 Source at https://github.com/toji/pristine-grid-webgpu/ `,