Skip to content

Commit ad573fa

Browse files
authored
fix: Fix broken Telegraf troubleshooting link (#3314)
* fix: Fix broken Telegraf troubleshooting link Closes influxdata/docs-v2#3439 * fix: remove unused variable from ConnectionInformation.tsx * fix: updated quotes in ConnectionInformation.tsx * fix: removed curly braces in ConnectionInformation.tsx
1 parent 14e4ee8 commit ad573fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dataLoaders/components/verifyStep/ConnectionInformation.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React, {PureComponent} from 'react'
33

44
// Decorator
55
import {ErrorHandling} from 'src/shared/decorators/errors'
6-
import {DOCS_URL_VERSION} from 'src/shared/constants/fluxFunctions'
76

87
export enum LoadingState {
98
NotStarted = 'NotStarted',
@@ -60,7 +59,7 @@ class ConnectionInformation extends PureComponent<Props> {
6059
private get additionalText(): any {
6160
const docs = (
6261
<a
63-
href={`https://docs.influxdata.com/telegraf/${DOCS_URL_VERSION}/administration/troubleshooting/`}
62+
href="https://docs.influxdata.com/telegraf/latest/administration/troubleshooting/"
6463
target="_blank"
6564
rel="noreferrer"
6665
>

0 commit comments

Comments
 (0)