mirror of https://github.com/perkeep/perkeep.git
UI: Fix search doc URL in log message
Change-Id: I4c96bb244e86f6c189460199184c5ee318eaa23a
This commit is contained in:
parent
86f480aa69
commit
da7f962b5c
|
@ -25,7 +25,7 @@ import (
|
|||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
const seeDocs = "\nSee: https://camlistore.googlesource.com/camlistore/+/master/doc/search-ui.txt"
|
||||
const seeDocs = "\nSee: https://camlistore.org/doc/search-ui"
|
||||
|
||||
var (
|
||||
noMatchingOpening = "No matching opening parenthesis"
|
||||
|
|
Loading…
Reference in New Issue