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/ `,