From efd5dc76ebcd12299fd7bd2b0ef6e8b1bcf2782d Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Thu, 13 Aug 2020 12:02:46 -0700 Subject: [PATCH] Fixed broken link --- .../use-telegraf/use-telegraf-plugins/use-http-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.0/write-data/no-code/use-telegraf/use-telegraf-plugins/use-http-plugin.md b/content/v2.0/write-data/no-code/use-telegraf/use-telegraf-plugins/use-http-plugin.md index 922f52372..ec2abf45e 100644 --- a/content/v2.0/write-data/no-code/use-telegraf/use-telegraf-plugins/use-http-plugin.md +++ b/content/v2.0/write-data/no-code/use-telegraf/use-telegraf-plugins/use-http-plugin.md @@ -24,7 +24,7 @@ To retrieve data from the Citi Bike URL endpoint, enable the `inputs.http` input Specify the following options: ### `urls` -One or more URLs to read metrics from. For this example, use `https://feeds.citibikenyc.com/stations/stations.json`. +One or more URLs to read metrics from. For this example, use `https://gbfs.citibikenyc.com/gbfs/en/station_status.json`. ### `data_format` The format of the data in the HTTP endpoints that Telegraf will ingest. For this example, use JSON.