summaryrefslogtreecommitdiffstats
path: root/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/netdata-cloud/netdata-cloud-on-prem/installation.md')
-rw-r--r--docs/netdata-cloud/netdata-cloud-on-prem/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/netdata-cloud/netdata-cloud-on-prem/installation.md b/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
index a02033c24..259ddb5ce 100644
--- a/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
+++ b/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
@@ -1,6 +1,6 @@
# Netdata Cloud On-Prem Installation
-This installation guide assumes the prerequisites for installing Netdata Cloud On-Prem as satisfied. For more information please refer to the [requirements documentation](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/netdata-cloud-on-prem/README.md#requirements).
+This installation guide assumes the prerequisites for installing Netdata Cloud On-Prem as satisfied. For more information please refer to the [requirements documentation](/docs/netdata-cloud/netdata-cloud-on-prem/README.md#requirements).
## Installation Requirements
@@ -34,7 +34,7 @@ aws configure
Using `aws` command we will generate a token for helm to access the secured ECR repository:
```bash
-aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 362923047827.dkr.ecr.us-east-1.amazonaws.com/netdata-cloud-onprem
+aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 362923047827.dkr.ecr.us-east-1.amazonaws.com
```
After this step you should be able to add the repository to your helm or just pull the helm chart: