We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981f3b commit 8eb1af8Copy full SHA for 8eb1af8
changes.go
@@ -504,7 +504,7 @@ type QueryOptions struct {
504
// Clients are allowed to specify more than one query by setting the q parameter multiple times.
505
// In this case the result is an array of arrays, one per query in the same order the queries were given in.
506
//
507
- // Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/user-search.html#_search_operators
+ // Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/user-search.html#search-operators
508
Query []string `url:"q,omitempty"`
509
510
// The n parameter can be used to limit the returned results.
0 commit comments