Fix kickstart link (#14559)
* Fix kickstart link * Update synology.md
Chris Akritidis committed
Feb 17, 2023 at 15:40 UTC
0b44805d4cf7ffb5315f7a4fede72545ca92be38
2 files changed
+6
-4
packaging/installer/methods/cloud-providers.md
+1
-1
@@ -33,7 +33,7 @@ aims to document some of those steps for popular cloud providers.
33
## Recommended installation methods for cloud providers
34
35
The best installation method depends on the instance's operating system, distribution, and version. For Linux instances,
36
-we recommend the [`kickstart.sh` automatic installation script](kickstart.md).
36
+we recommend the [`kickstart.sh` automatic installation script](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md).
37
38
If you have issues with Netdata after installation, look to the sections below to find the issue you're experiencing,
39
followed by the solution for your provider.
packaging/installer/methods/synology.md
+5
-3
@@ -18,7 +18,9 @@ learn_rel_path: "Installation"
18
> with your recommended improvements or changes. Thank you!
19
20
21
-The good news is that our [one-line installation script](kickstart.md) works fine if your NAS is one that uses the amd64 architecture. It
21
+The good news is that our
22
+[one-line installation script](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md)
23
+works fine if your NAS is one that uses the amd64 architecture. It
24
will install the content into `/opt/netdata`, making future removal safe and simple.
25
26
## Run as netdata user
@@ -29,8 +31,8 @@ installations run it as the `netdata` user, you might wish to do the same. This
31
1. Create a group `netdata` via the Synology group interface. Give it no access to anything.
32
2. Create a user `netdata` via the Synology user interface. Give it no access to anything and a random password. Assign
33
the user to the `netdata` group. Netdata will chuid to this user when running.
32
-3. Change ownership of the following directories, as defined in [Netdata
33
- Security](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md#security-design):
34
+3. Change ownership of the following directories, as defined in
35
+ [Netdata Security](https://github.com/netdata/netdata/blob/master/docs/netdata-security.md#security-design):
36
37
```sh
38
chown -R root:netdata /opt/netdata/usr/share/netdata