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)