From 2dbb38a49d565ddd0c6bbbc72bdda8d04b15d65a Mon Sep 17 00:00:00 2001 From: Alex Olshansky Date: Mon, 30 May 2016 22:38:10 +0200 Subject: [PATCH] Fix a link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb6be3b1..32fe5ff3 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ The links below refer to an older version of gm but everything should still work - getters - [size](http://aheckmann.github.com/gm/docs.html#getters) - returns the size (WxH) of the image - - [orientation](http://aheckmann.github.com/gm/docs.html#orientation) - returns the EXIF orientation of the image + - [orientation](http://aheckmann.github.com/gm/docs.html#getters) - returns the EXIF orientation of the image - [format](http://aheckmann.github.com/gm/docs.html#getters) - returns the image format (gif, jpeg, png, etc) - [depth](http://aheckmann.github.com/gm/docs.html#getters) - returns the image color depth - [color](http://aheckmann.github.com/gm/docs.html#getters) - returns the number of colors