From 8643de983ec255a63e81f6c032096047e916ce9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BCller?= <32711669+steppe87@users.noreply.github.com> Date: Thu, 1 Aug 2019 17:52:12 +0200 Subject: [PATCH] update image magick url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e176e..93bf155 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Automatic icon resizing for Cordova. Create an icon in the root folder of your C ```bash $ sudo apt-get install imagemagick $ # on Mac: brew install imagemagick -$ # on Windows: http://www.imagemagick.org/script/binary-releases.php#windows (check "Legacy tools") +$ # on Windows: https://imagemagick.org/script/download.php#windows (check "Legacy tools") $ sudo npm install cordova-icon -g ```