From 0e744d8189292ffde50d9bfa8ec877faa9ba41b9 Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Fri, 13 May 2016 18:31:24 +0200 Subject: [PATCH] Point to new repo URL --- src/classicnoise2D.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classicnoise2D.glsl b/src/classicnoise2D.glsl index fae2bed..7470d0b 100644 --- a/src/classicnoise2D.glsl +++ b/src/classicnoise2D.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)