Skip to content

Commit

Permalink
Merge pull request #1283 from newrelic/absolute-urls
Browse files Browse the repository at this point in the history
chore: Change a couple more relative urls to absolute urls
  • Loading branch information
LizBaker authored Apr 26, 2021
2 parents d6b3947 + b4a7bad commit 028d7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/markdown-pages/explore-docs/custom-viz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 028d7d2

Please sign in to comment.