diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e8b9f91372e..ef4040cdd9a 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -93,7 +93,7 @@ Your browser should reload the page after you save your changes (sometimes this ## Getting some Graphs -If you haven't set up telegraf yet, [following the official telegraf documentation](https://v2.docs.influxdata.com/v2.0/write-data/use-telegraf/) is the quickest and most straightforward and hassle-free way of getting some data into your local instance. The documentation there will be kept fresher and and more current than this tutorial. +If you haven't set up telegraf yet, [following the official telegraf documentation](https://v2.docs.influxdata.com/v2.0/write-data/no-code/use-telegraf/) is the quickest and most straightforward and hassle-free way of getting some data into your local instance. The documentation there will be kept fresher and and more current than this tutorial. Learning how to input Line protocol data is a great tool if you need to debug with arbitrary adhoc data. Check out a quick intro to the [Line protocol](https://v2.docs.influxdata.com/v2.0/write-data/#what-you-ll-need), and learn how to [input it via the ui.](https://v2.docs.influxdata.com/v2.0/write-data/#user-interface) *Since we're running `influxd` locally, you can skip step 1.* diff --git a/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx b/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx index 15629f72a4a..18258693b6c 100644 --- a/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx +++ b/ui/src/dataLoaders/components/collectorsWizard/select/SelectCollectorsStep.tsx @@ -79,7 +79,7 @@ export class SelectCollectorsStep extends PureComponent {   and how to   Configure these Plugins diff --git a/ui/src/dataLoaders/components/lineProtocolWizard/LineProtocolHelperText.tsx b/ui/src/dataLoaders/components/lineProtocolWizard/LineProtocolHelperText.tsx index ae95ea4476d..c4aaf462a1e 100644 --- a/ui/src/dataLoaders/components/lineProtocolWizard/LineProtocolHelperText.tsx +++ b/ui/src/dataLoaders/components/lineProtocolWizard/LineProtocolHelperText.tsx @@ -6,7 +6,7 @@ const LineProtocolHelperText: FC<{}> = () => {

Need help writing InfluxDB Line Protocol?{' '} See Documentation diff --git a/ui/src/telegrafs/components/TelegrafExplainer.tsx b/ui/src/telegrafs/components/TelegrafExplainer.tsx index 2f31a26d50b..31122bc8649 100644 --- a/ui/src/telegrafs/components/TelegrafExplainer.tsx +++ b/ui/src/telegrafs/components/TelegrafExplainer.tsx @@ -40,7 +40,7 @@ const TelegrafExplainer: FunctionComponent = ({
Here's a handy guide for{' '}
Getting Started with Telegraf