summaryrefslogtreecommitdiffstats
path: root/integrations
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2024-05-15 10:01:46 +0300
committerGitHub <noreply@github.com>2024-05-15 10:01:46 +0300
commiteffe8e6f26e50771aa3537d0f257289899310833 (patch)
treef3aac90879037df46e813ffea2e0d2b08988f4df /integrations
parent9597f023f6b6c720944f4d66b252408ffb7ac63c (diff)
files movearound (#17653)
Diffstat (limited to 'integrations')
-rw-r--r--integrations/cloud-authentication/integrations/oidc.md2
-rw-r--r--integrations/cloud-authentication/integrations/okta_sso.md2
-rw-r--r--integrations/cloud-authentication/metadata.yaml4
-rw-r--r--integrations/integrations.js2
-rw-r--r--integrations/templates/setup.md2
5 files changed, 6 insertions, 6 deletions
diff --git a/integrations/cloud-authentication/integrations/oidc.md b/integrations/cloud-authentication/integrations/oidc.md
index 4fcb92c6b9..54ea2252f6 100644
--- a/integrations/cloud-authentication/integrations/oidc.md
+++ b/integrations/cloud-authentication/integrations/oidc.md
@@ -55,7 +55,7 @@ The access settings for your client are the following:
### SP-initiated SSO
-If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/enterprise-sso-authentication.md#from-netdata-sign-up-page).
+If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md#from-netdata-sign-up-page).
### Reference
diff --git a/integrations/cloud-authentication/integrations/okta_sso.md b/integrations/cloud-authentication/integrations/okta_sso.md
index 3ef9f8995c..7f2acad799 100644
--- a/integrations/cloud-authentication/integrations/okta_sso.md
+++ b/integrations/cloud-authentication/integrations/okta_sso.md
@@ -50,6 +50,6 @@ Steps needed to be done on Okta Admin Portal:
### SP-initiated SSO
-If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/enterprise-sso-authentication.md#from-netdata-sign-up-page).
+If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md#from-netdata-sign-up-page).
diff --git a/integrations/cloud-authentication/metadata.yaml b/integrations/cloud-authentication/metadata.yaml
index b7fb2370cd..2a340783fd 100644
--- a/integrations/cloud-authentication/metadata.yaml
+++ b/integrations/cloud-authentication/metadata.yaml
@@ -46,7 +46,7 @@
### SP-initiated SSO
- If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/enterprise-sso-authentication.md#from-netdata-sign-up-page).
+ If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md#from-netdata-sign-up-page).
- id: 'oidc-authentication'
meta:
@@ -98,7 +98,7 @@
### SP-initiated SSO
- If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/enterprise-sso-authentication.md#from-netdata-sign-up-page).
+ If you start your authentication flow from Netdata sign-in page please check [these steps](https://github.com/netdata/netdata/blob/master/docs/netdata-cloud/authentication-and-authorization/enterprise-sso-authentication.md#from-netdata-sign-up-page).
### Reference
diff --git a/integrations/integrations.js b/integrations/integrations.js
index 27c12e09bf..05360f6155 100644
--- a/integrations/integrations.js
+++ b/integrations/integrations.js
@@ -22271,4 +22271,4 @@ export const integrations = [
"edit_link": "https://github.com/netdata/netdata/blob/master/integrations/cloud-authentication/metadata.yaml",
"troubleshooting": ""
}
-]
+] \ No newline at end of file
diff --git a/integrations/templates/setup.md b/integrations/templates/setup.md
index 84a641b8d5..5c8b8ce777 100644
--- a/integrations/templates/setup.md
+++ b/integrations/templates/setup.md
@@ -45,7 +45,7 @@ Configuration for this specific integration is located in the `[[ entry.setup.co
[% endif %]
You can edit the configuration file using the `edit-config` script from the
-Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration.md#the-netdata-config-directory).
+Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
```bash
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata