From 12350e8b8a5e55f0fba14bb37ca725d751056c92 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 15 May 2019 22:12:36 -0700 Subject: [PATCH] Fixed broken link to global-power-plants demo --- docs/pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages.rst b/docs/pages.rst index ee514846..f220f94d 100644 --- a/docs/pages.rst +++ b/docs/pages.rst @@ -64,7 +64,7 @@ Some examples: * `../items `_ lists all of the line-items registered by UK MPs as potential conflicts of interest. It demonstrates Datasette's support for :ref:`full_text_search`. * `../antiquities-act%2Factions_under_antiquities_act `_ is an interface for exploring the "actions under the antiquities act" data table published by FiveThirtyEight. -* `../global-power-plants?country_long=United+Kingdom&fuel1=Gas `_ is a filtered table page showing every Gas power plant in the United Kingdom. It includes some default facets (configured using `its metadata.json `_) and uses the `datasette-cluster-map `_ plugin to show a map of the results. +* `../global-power-plants?country_long=United+Kingdom&primary_fuel=Gas `_ is a filtered table page showing every Gas power plant in the United Kingdom. It includes some default facets (configured using `its metadata.json `_) and uses the `datasette-cluster-map `_ plugin to show a map of the results. .. _RowView: