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
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
chore(docs): update links to documentation
sanderson committed Jul 2, 2020
commit 391d7ea2b3978a012e1b2b4c05ec850a06fdb6da
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -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.*

Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ui/src/telegrafs/components/TelegrafExplainer.tsx
Original file line number Diff line number Diff line change
@@ -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