Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update documentation links #18845

Merged
merged 1 commit into from
Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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