From 85510af1790da95c346e66d7cf26d337bfa7bc6e Mon Sep 17 00:00:00 2001 From: Alex Ronquillo Date: Mon, 26 Apr 2021 16:24:17 -0400 Subject: [PATCH] fix: nav-to-apps image path --- src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx b/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx index bd0c1cb07..223426564 100644 --- a/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx +++ b/src/markdown-pages/build-apps/attach-nerdlet-to-entities.mdx @@ -66,7 +66,7 @@ nr1 nerdpack:serve Go to [https://one.newrelic.com/?nerdpacks=local](https://one.newrelic.com/?nerdpacks=local), and navigate to **Apps**: -![Navigate to Apps](../../images/ab-test/nav-to-apps.png) +![Navigate to Apps](../../images/build-an-app/nav-to-apps.png) `?nerdpacks=local` is required to enable your locally served Nerdpacks to load in New Relic. @@ -356,4 +356,4 @@ In this example, you've attached your Nerdlet to: - All APM applications whose metadata tags specify the `python` language - **AND** all Synthetic monitors -- **AND** all Browser entities \ No newline at end of file +- **AND** all Browser entities