From d217b8582e0440ae909f3fd7bdabc43c1a0c33f8 Mon Sep 17 00:00:00 2001 From: John P Vajda Date: Sun, 2 May 2021 10:50:49 -0600 Subject: [PATCH] fixed nerdlet definition --- src/markdown-pages/explore-docs/intro-to-sdk.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markdown-pages/explore-docs/intro-to-sdk.mdx b/src/markdown-pages/explore-docs/intro-to-sdk.mdx index b0695111e..68bc95d28 100644 --- a/src/markdown-pages/explore-docs/intro-to-sdk.mdx +++ b/src/markdown-pages/explore-docs/intro-to-sdk.mdx @@ -104,4 +104,4 @@ The Platform API components of the SDK enable your application to interact with in New Relic One. Example: opening a new Nerdlet. - [`NerdletStateContext`](/components/nerdlet-state-context): provides read access to the Nerdlet URL state variables. Example: an `entityGuid` in the [entity explorer](https://docs.newrelic.com/docs/new-relic-one/use-new-relic-one/ui-data/new-relic-one-entity-explorer-view-performance-across-apps-services-hosts). -- [`nerdlet`](/apis/navigation): an object that provides write access to the Nerdlet URL state. +- [`nerdlet`](/apis/nerdlet): allows you to configure your Nerdlet and write to your Nerdlet's URL state.