From 4cda898a7b23479fddff7bd60453cc5ecd820a77 Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Fri, 13 May 2016 18:32:08 +0200 Subject: [PATCH] Point to new repo URL --- src/classicnoise4D.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classicnoise4D.glsl b/src/classicnoise4D.glsl index e268f42..e0ca787 100644 --- a/src/classicnoise4D.glsl +++ b/src/classicnoise4D.glsl @@ -9,7 +9,7 @@ // // Copyright (c) 2011 Stefan Gustavson. All rights reserved. // Distributed under the MIT license. See LICENSE file. -// https://github.com/ashima/webgl-noise +// https://github.com/stegu/webgl-noise // vec4 mod289(vec4 x)