From b4a7bade8817f0be81362928571c5c2c28bf3aa0 Mon Sep 17 00:00:00 2001 From: Alex Ronquillo Date: Mon, 26 Apr 2021 15:25:11 -0400 Subject: [PATCH] chore: Change a couple more relative urls to absolute urls --- .../collect-data/get-started-nerdgraph-api-explorer.mdx | 2 +- src/markdown-pages/explore-docs/custom-viz.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx b/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx index b18f8e80f..b2449e418 100644 --- a/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx +++ b/src/markdown-pages/collect-data/get-started-nerdgraph-api-explorer.mdx @@ -120,7 +120,7 @@ Unlike REST, GraphQL APIs like NerdGraph can return partial responses. For examp Let's say that you've built a NerdGraph query you're happy with and you want to test it elsewhere. To capture code-ready queries and mutations: 1. Select the **Tools** menu. -2. Copy the query as a curl call or as a [New Relic CLI](...) command. +2. Copy the query as a curl call or as a [New Relic CLI](/explore-docs/newrelic-cli) command. ![Tools menu](../../images/graphql-guide/tools-menu.png) diff --git a/src/markdown-pages/explore-docs/custom-viz.mdx b/src/markdown-pages/explore-docs/custom-viz.mdx index f2ab88eed..a528a1a75 100644 --- a/src/markdown-pages/explore-docs/custom-viz.mdx +++ b/src/markdown-pages/explore-docs/custom-viz.mdx @@ -108,7 +108,7 @@ During development, you can serve your visualization locally. Under **Apps > Cus To do that, you need to publish it to the New Relic One catalog and subscribe to it from your account. -Because custom visualizations are Nerdpack artifacts, you publish and subscribe to them the same way you [publish and subscribe to New Relic One applications](../../build-apps/publish-deploy). Once you've done so, you can add your custom visualization to a dashboard: +Because custom visualizations are Nerdpack artifacts, you publish and subscribe to them the same way you [publish and subscribe to New Relic One applications](/build-apps/publish-deploy). Once you've done so, you can add your custom visualization to a dashboard: ![Add your published visualization to a dashboard](../../images/custom-viz/published-viz.png)