From da7f962b5cac95011988888f943a7249c5a88c2c Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Sat, 14 May 2016 16:52:23 -0700 Subject: [PATCH] UI: Fix search doc URL in log message Change-Id: I4c96bb244e86f6c189460199184c5ee318eaa23a --- pkg/search/expr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/search/expr.go b/pkg/search/expr.go index f25361850..9268315ec 100644 --- a/pkg/search/expr.go +++ b/pkg/search/expr.go @@ -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"