From 458cc342d74afb5bcd0b666cbbd40554c3ce1d17 Mon Sep 17 00:00:00 2001 From: lwandzura <51929958+lwandzura@users.noreply.github.com> Date: Tue, 15 Nov 2022 11:04:56 -0600 Subject: [PATCH] fixed broken link (#4636) * fixed broken link * Update content/platform/getting-started.md Co-authored-by: Scott Anderson Co-authored-by: Scott Anderson --- content/platform/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/platform/getting-started.md b/content/platform/getting-started.md index bf62bf3ca..41df9e3c4 100644 --- a/content/platform/getting-started.md +++ b/content/platform/getting-started.md @@ -25,7 +25,7 @@ The configuration file for Telegraf specifies where metrics come from and where * `[[outputs.influxdb]]` - declares how to connect to InfluxDB and the destination database, which is the default ‘telegraf’ database. * `[[inputs.cpu]]` - declares how to collect the system cpu metrics to be sent to InfluxDB. Enabled by default. -For details about the configuration file, see [Get started with Telegraf](/{{< latest "telegraf" >}}/introduction/getting-started/). +For details about the configuration file, see [Get started with Telegraf](/{{< latest "telegraf" >}}/get_started/). ## Query data in InfluxDB