From 5f5f1b8b2f8809a160c588eceae181d60fa10542 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 16 May 2018 16:30:57 -0400 Subject: [PATCH] Fix links --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cfee28de..b0437612 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mikolalysenko/regl.git" + "url": "git+https://github.com/regl-project/regl.git" }, "keywords": [ "webgl", @@ -130,7 +130,7 @@ "author": "Mikola Lysenko", "license": "MIT", "bugs": { - "url": "https://github.com/mikolalysenko/regl/issues" + "url": "https://github.com/regl-project/regl/issues" }, "standard": { "ignore": [ @@ -139,5 +139,5 @@ "example/util/ammo.js" ] }, - "homepage": "https://mikolalysenko.github.io/regl" + "homepage": "https://regl-project.github.io/regl" }