Merge pull request #11878 from influxdata/fix/configure-collector-link

fix(ui): update configure data collector  link on me page
pull/11846/head
Iris Scholten 2019-02-13 14:30:53 -08:00 committed by GitHub
commit 5c5ee7db7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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`
}
}