From 1da288b8269e9c40af46811f628fb6de77aea239 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Wed, 1 Apr 2020 17:46:07 +0200 Subject: [PATCH] Fix links to grammar definitions --- static/api/v1.0.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/api/v1.0.yaml b/static/api/v1.0.yaml index 46c561e..b0c3d5a 100644 --- a/static/api/v1.0.yaml +++ b/static/api/v1.0.yaml @@ -178,7 +178,7 @@ components: description: > Filter string to use to select the data. - For more about the filter syntax, please refer to [filter grammar](https://epfl-dias.github.io/mercator_parser/filters.html). + For more about the filter syntax, please refer to [filter grammar](https://epfl-dias.github.io/mercator_parser/book/filters.html). If **ids_only** is true, then a list of **unique identifiers** is returned, instead of the whole, distinct, objects for the selected objects. required: true @@ -209,7 +209,7 @@ components: Query: description: > - For more about the query syntax, please refer to the [query grammar](https://epfl-dias.github.io/mercator_parser/queries.html). + For more about the query syntax, please refer to the [query grammar](https://epfl-dias.github.io/mercator_parser/book/queries.html). required: true content: application/json: