From fc3d20693af5164d145abfb7489b18549bd72a10 Mon Sep 17 00:00:00 2001 From: sujitnewrelic Date: Tue, 3 Dec 2024 14:51:47 +0530 Subject: [PATCH] fix(Advance-config): Fixed the link to the entity definitions repo Fixed the link to the entity definitions repo. This link correctly looking for all the 'definition.yml' files in the 'entity-types' repo. --- .../network-performance-monitoring/advanced/advanced-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/network-performance-monitoring/advanced/advanced-config.mdx b/src/content/docs/network-performance-monitoring/advanced/advanced-config.mdx index 1db630769a4..8f5480ffa41 100644 --- a/src/content/docs/network-performance-monitoring/advanced/advanced-config.mdx +++ b/src/content/docs/network-performance-monitoring/advanced/advanced-config.mdx @@ -390,7 +390,7 @@ global: - Value used during entity synthesis for New Relic. This is automatically created based on the matched `mib_profile` and must match one of the rules in the [entity-definitions](https://github.com/newrelic/entity-definitions/search?q=%22attribute%3A+provider%22+filename%3Adefinition.yml) repository in order for an entity to be created. If you are manually adding devices, you will need to take caution to make sure this value is valid. + Value used during entity synthesis for New Relic. This is automatically created based on the matched `mib_profile` and must match one of the rules in the [entity-definitions](https://github.com/search?q=repo%3Anewrelic/entity-definitions%20path%3Adefinition.yml&type=code) repository in order for an entity to be created. If you are manually adding devices, you will need to take caution to make sure this value is valid.