From 40cad9f2b55c3f8ca8215360f85a4f4c1b412e92 Mon Sep 17 00:00:00 2001 From: Ptah Dunbar Date: Mon, 22 Mar 2021 15:43:00 -0400 Subject: [PATCH] chore: update broken links to nrcli --- src/markdown-pages/explore-docs/nerdpack-file-structure.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/markdown-pages/explore-docs/nerdpack-file-structure.mdx b/src/markdown-pages/explore-docs/nerdpack-file-structure.mdx index cd268f5fe..5b3e1861f 100644 --- a/src/markdown-pages/explore-docs/nerdpack-file-structure.mdx +++ b/src/markdown-pages/explore-docs/nerdpack-file-structure.mdx @@ -36,10 +36,10 @@ For basic component definitions, see our [component reference](/explore-docs/int There are two ways to generate a Nerdpack template: -- **Generate a Nerdpack**: Use the [New Relic One CLI](/nr1-cli) command `nr1 create` and select `Nerdpack` to create a Nerdpack template that includes a Nerdlet and a launcher. -- **Generate Nerdlet or launcher individually**: Use the [New Relic One CLI](/nr1-cli) command `nr1 create` and choose either `Nerdlet` or `launcher`. This can be useful when adding Nerdlets to an existing Nerdpack. +- **Generate a Nerdpack**: Use the [New Relic One CLI](/explore-docs/nr1-cli) command `nr1 create` and select `Nerdpack` to create a Nerdpack template that includes a Nerdlet and a launcher. +- **Generate Nerdlet or launcher individually**: Use the [New Relic One CLI](/explore-docs/nr1-cli) command `nr1 create` and choose either `Nerdlet` or `launcher`. This can be useful when adding Nerdlets to an existing Nerdpack. -For documentation on generating and connecting Nerdpack components, see [our app building guides](/build-apps) and the [New Relic One CLI command reference](/nr1-cli). +For documentation on generating and connecting Nerdpack components, see [our app building guides](/build-apps) and the [New Relic One CLI command reference](/explore-docs/nr1-cli). ## Nerdpack file structure