summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTina Luedtke <kickoke@users.noreply.github.com>2022-02-10 02:48:54 -0800
committerGitHub <noreply@github.com>2022-02-10 10:48:54 +0000
commitecbefc54e0aa6a28ec8530139a2d903ad40b93b9 (patch)
treef2c074950cbeede3376014a81c83a54d3a8ceff0
parentb04fe98019f242ad522daad01b808107d1dffa17 (diff)
Updated doc to match the new component name (#12106)
-rw-r--r--docs/get-started.mdx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/get-started.mdx b/docs/get-started.mdx
index 4be5ea019f..ec36c6a2ac 100644
--- a/docs/get-started.mdx
+++ b/docs/get-started.mdx
@@ -6,7 +6,7 @@ sidebar_label: "Get started"
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/get-started.mdx
---
-import { OneLineInstall } from '../src/components/OneLineInstall/'
+import { OneLineInstallWget } from '../src/components/OneLineInstall/'
import { Install, InstallBox } from '../src/components/Install/'
# Get started with Netdata
@@ -29,7 +29,7 @@ builds Netdata from its source code.
Copy the script, paste it into your node's terminal, and hit `Enter` to begin the installation process.
-<OneLineInstall />
+<OneLineInstallWget />
Jump down to [what's next](#whats-next) to learn how to view your new dashboard and take your next steps monitoring and
troubleshooting with Netdata.