Skip to content

Commit 8eb1af8

Browse files
committed
Fix docs for QueryChanges -> search-operators
1 parent 5981f3b commit 8eb1af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ type QueryOptions struct {
504504
// Clients are allowed to specify more than one query by setting the q parameter multiple times.
505505
// In this case the result is an array of arrays, one per query in the same order the queries were given in.
506506
//
507-
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/user-search.html#_search_operators
507+
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/user-search.html#search-operators
508508
Query []string `url:"q,omitempty"`
509509

510510
// The n parameter can be used to limit the returned results.

0 commit comments

Comments
 (0)