summaryrefslogtreecommitdiffstats
path: root/docs/cloud/cheatsheet.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cloud/cheatsheet.md')
-rw-r--r--docs/cloud/cheatsheet.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cloud/cheatsheet.md b/docs/cloud/cheatsheet.md
index a3d2f0285..460b03ea0 100644
--- a/docs/cloud/cheatsheet.md
+++ b/docs/cloud/cheatsheet.md
@@ -5,10 +5,10 @@ Below you will find some of the most common actions that one can take while usin
### Install Netdata
```bash
-wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh
+wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh
# Or, if you have cURL but not wget (such as on macOS):
-curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
+curl https://get.netdata.cloud/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
```
#### Connect a node to Netdata Cloud
@@ -39,7 +39,7 @@ You are expected to use this method in all following configuration changes.
## Metrics collection & retention
You can tweak your settings in the netdata.conf file.
-📄 [Find your netdata.conf file](https://github.com/netdata/netdata/blob/master/daemon/config/README.md)
+📄 [Find your netdata.conf file](https://github.com/netdata/netdata/blob/master/src/daemon/config/README.md)
Open a new terminal and navigate to the netdata.conf file. Use the edit-config script to make changes: `sudo ./edit-config netdata.conf`