0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-16 21:56:43 -05:00

Fix signature documentation link location (#180)

Correct link from non-existent wiki page to new doc location on master
branch.
This commit is contained in:
Ethan Mick 2019-05-13 11:28:08 -04:00 committed by Will Norris
parent 30534fb6d4
commit 7af1b52eef

View file

@ -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