Merge pull request #11878 from influxdata/fix/configure-collector-link
fix(ui): update configure data collector link on me pagepull/11846/head
commit
5c5ee7db7c
|
@ -67,7 +67,7 @@ class GettingStarted extends PureComponent<StateProps> {
|
|||
|
||||
const firstOrgID = orgs[0].id
|
||||
|
||||
return `/organizations/${firstOrgID}/collectors_tab`
|
||||
return `/organizations/${firstOrgID}/telegrafs_tab`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue