From f2c767c2221b06c0fb4962cfa430e038359019d3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 12 Apr 2019 18:56:51 -0700 Subject: [PATCH] Fixed broken link in documentation --- docs/json_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json_api.rst b/docs/json_api.rst index 871da888..2606f3a0 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -218,7 +218,7 @@ The Datasette table view takes a number of special querystring arguments: Some examples: - * `facetable?_where=state="MI"&_where=city_id=3 `__ + * `facetable?_where=state="MI"&_where=city_id=3 `__ * `facetable?_where=city_id in (select id from facet_cities where name != "Detroit") `__ ``?_group_count=COLUMN``