Link to the query string syntax from the rest-api-changes documentation
Change-Id: Id12fe3d681d6b253a15a0ce1ca8d7ddbb8343353
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 49ecc44..369d563 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -69,9 +69,10 @@
'GET /changes/'
--
-Queries changes visible to the caller. The query string must be
-provided by the `q` parameter. The `n` parameter can be used to limit
-the returned results.
+Queries changes visible to the caller. The
+link:user-search.html#_search_operators[query string] must be provided
+by the `q` parameter. The `n` parameter can be used to limit the
+returned results.
As result a list of link:#change-info[ChangeInfo] entries is returned.
The change output is sorted by the last update time, most recently