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:
parent
30534fb6d4
commit
7af1b52eef
1 changed files with 1 additions and 1 deletions
2
data.go
2
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
|
||||
|
|
Loading…
Reference in a new issue