Skip to content

Commit

Permalink
fix broken link part II (#101)
Browse files Browse the repository at this point in the history
Follow on from #100
  • Loading branch information
pollett authored Jan 28, 2025
1 parent 8b5ee3b commit 78ff342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/query/pages/queries-as-endpoints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ query doASearch(@RequestBody searchRequest: SearchRequest) {

=== Given clause

If you've written Taxi queries before, you're used to using the https://docs.taxilang.org/language-reference/query-with-taxiql/#providing-start-hints[given] clause
If you've written Taxi queries before, you're used to using the https://docs.taxilang.org/language-reference/querying-with-taxiql/#providing-start-hints[given] clause
to provide data into the query.

For saved queries, that data is often passed as a variable, so the syntax is slightly different:
Expand Down

0 comments on commit 78ff342

Please sign in to comment.