diff --git a/package.json b/package.json index 724980fb..008eeded 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "contributors": [ "Vincent Renaudin" ], - "homepage": "http://github.com/juliandescottes/piskel", + "homepage": "http://github.com/piskelapp/piskel", "license": "Apache-2.0", "repository": { "type": "git", - "url": "http://github.com/juliandescottes/piskel.git" + "url": "http://github.com/piskelapp/piskel.git" }, "files": [ "dest/prod", diff --git a/src/js/controller/settings/exportimage/PngExportController.js b/src/js/controller/settings/exportimage/PngExportController.js index 314cc3ee..280b7d45 100644 --- a/src/js/controller/settings/exportimage/PngExportController.js +++ b/src/js/controller/settings/exportimage/PngExportController.js @@ -190,7 +190,7 @@ var json = { 'frames': frames, 'meta': { - 'app': 'https://github.com/juliandescottes/piskel/', + 'app': 'https://github.com/piskelapp/piskel/', 'version': '1.0', 'image': name + '.png', 'format': 'RGBA8888', diff --git a/src/js/rendering/frame/FrameRenderer.js b/src/js/rendering/frame/FrameRenderer.js index e96fb4fa..1a802d49 100644 --- a/src/js/rendering/frame/FrameRenderer.js +++ b/src/js/rendering/frame/FrameRenderer.js @@ -258,7 +258,7 @@ var isZoomedOut = translateX > 0 || translateY > 0; // Draw the background / zoomed-out color only if needed. Otherwise the clearRect // happening after that will clear "out of bounds" and seems to be doing nothing - // on some chromebooks (cf https://github.com/juliandescottes/piskel/issues/651) + // on some chromebooks (cf https://github.com/piskelapp/piskel/issues/651) if (isZoomedOut) { // Draw background displayContext.fillStyle = Constants.ZOOMED_OUT_BACKGROUND_COLOR; diff --git a/src/templates/dialogs/performance-info.html b/src/templates/dialogs/performance-info.html index fa6d693b..b62b6aa2 100644 --- a/src/templates/dialogs/performance-info.html +++ b/src/templates/dialogs/performance-info.html @@ -22,7 +22,7 @@

We strive to improve Piskel, its performance and stability, but this is a personal project with limited time and resources. We prefer to warn you early rather than having you lose your work.

-

Feedback welcome at https://github.com/juliandescottes/piskel

+

Feedback welcome at https://github.com/piskelapp/piskel

 
This icon will remain on the bottom-right of the application until the performance issue is fixed. You can click on it at anytime to display this information again.