Skip to content

Commit

Permalink
chore(docs): update links to documentation (#18845)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderson authored Jul 6, 2020
1 parent f6659cf commit 897094f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class SelectCollectorsStep extends PureComponent<Props> {
</a>
&nbsp; and how to &nbsp;
<a
href="https://v2.docs.influxdata.com/v2.0/write-data/use-telegraf/manual-config/"
href="https://v2.docs.influxdata.com/v2.0/write-data/no-code/use-telegraf/manual-config/"
target="_blank"
>
Configure these Plugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const LineProtocolHelperText: FC<{}> = () => {
<p>
Need help writing InfluxDB Line Protocol?{' '}
<a
href="https://v2.docs.influxdata.com/v2.0/write-data/#write-data-in-the-influxdb-ui"
href="https://v2.docs.influxdata.com/v2.0/reference/syntax/line-protocol/"
target="_blank"
>
See Documentation
Expand Down
2 changes: 1 addition & 1 deletion ui/src/telegrafs/components/TelegrafExplainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const TelegrafExplainer: FunctionComponent<Props> = ({
<br />
Here's a handy guide for{' '}
<a
href="https://v2.docs.influxdata.com/v2.0/write-data/use-telegraf/"
href="https://v2.docs.influxdata.com/v2.0/write-data/no-code/use-telegraf/"
target="_blank"
>
Getting Started with Telegraf
Expand Down

0 comments on commit 897094f

Please sign in to comment.