From 4c68392fc4cb4092e33440d69d8491d410394425 Mon Sep 17 00:00:00 2001 From: Stefan Gustavson Date: Fri, 13 May 2016 18:30:19 +0200 Subject: [PATCH] Point to new repo URL --- src/cellular2x2.glsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cellular2x2.glsl b/src/cellular2x2.glsl index cef151a..c563e14 100644 --- a/src/cellular2x2.glsl +++ b/src/cellular2x2.glsl @@ -4,7 +4,7 @@ // Copyright (c) Stefan Gustavson 2011-04-19. All rights reserved. // This code is released under the conditions of the MIT license. // See LICENSE file for details. -// https://github.com/ashima/webgl-noise +// https://github.com/stegu/webgl-noise // Modulo 289 without a division (only multiplications) vec2 mod289(vec2 x) {