Fixed broken link in documentation

pull/434/head
Simon Willison 2019-04-12 18:56:51 -07:00
rodzic bc6a9b4564
commit f2c767c222
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 <https://latest.datasette.io/facetable?_where=state=%22MI%22&_where=city_id=3>`__
* `facetable?_where=state="MI"&_where=city_id=3 <https://latest.datasette.io/fixtures/facetable?_where=state=%22MI%22&_where=city_id=3>`__
* `facetable?_where=city_id in (select id from facet_cities where name != "Detroit") <https://latest.datasette.io/fixtures/facetable?_where=city_id%20in%20(select%20id%20from%20facet_cities%20where%20name%20!=%20%22Detroit%22)>`__
``?_group_count=COLUMN``