From 7af1b52eefba65203ee96b14908d3a21a3ca694f Mon Sep 17 00:00:00 2001 From: Ethan Mick Date: Mon, 13 May 2019 11:28:08 -0400 Subject: [PATCH] Fix signature documentation link location (#180) Correct link from non-existent wiki page to new doc location on master branch. --- data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.go b/data.go index 3968825..118040f 100644 --- a/data.go +++ b/data.go @@ -227,7 +227,7 @@ func (o Options) transform() bool { // sign the remote URL in the request. The HMAC key used to verify signatures is // provided to the imageproxy server on startup. // -// See https://github.com/willnorris/imageproxy/wiki/URL-signing +// See https://github.com/willnorris/imageproxy/blob/master/docs/url-signing.md // for examples of generating signatures. // // Examples