From 3c368e53bf0df43e75307267e8b98a37ef243307 Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Wed, 13 Feb 2019 13:59:16 -0800 Subject: [PATCH] fix(ui): update configure data collector link on me page --- ui/src/me/components/GettingStarted.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/me/components/GettingStarted.tsx b/ui/src/me/components/GettingStarted.tsx index c6c5b271f4..17fbcd645f 100644 --- a/ui/src/me/components/GettingStarted.tsx +++ b/ui/src/me/components/GettingStarted.tsx @@ -67,7 +67,7 @@ class GettingStarted extends PureComponent { const firstOrgID = orgs[0].id - return `/organizations/${firstOrgID}/collectors_tab` + return `/organizations/${firstOrgID}/telegrafs_tab` } }