fix(ui): update configure data collector link on me page

pull/11878/head
Iris Scholten 2019-02-13 13:59:16 -08:00
parent 9867f5d800
commit 3c368e53bf
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class GettingStarted extends PureComponent<StateProps> {
const firstOrgID = orgs[0].id
return `/organizations/${firstOrgID}/collectors_tab`
return `/organizations/${firstOrgID}/telegrafs_tab`
}
}