mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 12:56:23 +02: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…
Add table
Add a link
Reference in a new issue