UI: Fix search doc URL in log message

Change-Id: I4c96bb244e86f6c189460199184c5ee318eaa23a
This commit is contained in:
Eric Drechsel 2016-05-14 16:52:23 -07:00
parent 86f480aa69
commit da7f962b5c
1 changed files with 1 additions and 1 deletions

View File

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