]> granicus.if.org Git - imagemagick/commitdiff
Fix iOS URL (#847)
authorAli Alwash <alitrix@gmail.com>
Sat, 28 Oct 2017 13:28:38 +0000 (15:28 +0200)
committerImageMagick <urban-warrior@users.noreply.github.com>
Sat, 28 Oct 2017 13:28:38 +0000 (09:28 -0400)
iOS URL was broken, new URL provided

README.md

index a4d04e2908fe1f4374376d284516c16a3752e50a..97dfae279fefd28baf95c0ce4727eb5be5a72b44 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Here are just a few examples of what ImageMagick can do:
 * [Threads of execution support](https://www.imagemagick.org/script/architecture.php#threads): ImageMagick is thread safe and most internal algorithms are OpenMP-enabled to take advantage of speed-ups offered by multicore processor chips.
 * [Distributed pixel cache](https://www.imagemagick.org/script/distribute-pixel-cache.php): offload intermediate pixel storage to one or more remote servers.
 * [Heterogeneous distributed processing](https://www.imagemagick.org/script/architecture.php#distributed): certain algorithms are OpenCL-enabled to take advantage of speed-ups offered by executing in concert across heterogeneous platforms consisting of CPUs, GPUs, and other processors.
-* [ImageMagick on the iPhone](https://www.imagemagick.org/script/binary-releases.php#iOS): convert, edit, or compose images on your iPhone.
+* [ImageMagick on the iPhone](https://www.imagemagick.org/script/download.php#iOS): convert, edit, or compose images on your iPhone.
 
 [Examples of ImageMagick Usage](https://www.imagemagick.org/Usage/), shows how to use ImageMagick from the command-line to accomplish any of these tasks and much more. Also, see [Fred's ImageMagick Scripts](http://www.fmwconcepts.com/imagemagick/): a plethora of command-line scripts that perform geometric transforms, blurs, sharpens, edging, noise removal, and color manipulations. With [Magick.NET](https://magick.codeplex.com/), use ImageMagick without having to install ImageMagick on your server or desktop.