Skip to content

Commit

Permalink
fix: Fix an incorrect resource link. Use absolute URLs instead of rel…
Browse files Browse the repository at this point in the history
…ative.
  • Loading branch information
jerelmiller authored Apr 26, 2021
1 parent d1a4816 commit e0808f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/markdown-pages/explore-docs/custom-viz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ With the New Relic One SDK, you can create a Nerdpack, which houses your visuali

### Your first visualization

To build your first custom visualization, [install the New Relic One SDK](../../automate-workflows/get-started-new-relic-cli) and make sure you have the latest version:
To build your first custom visualization, [install the New Relic One SDK](/automate-workflows/get-started-new-relic-cli) and make sure you have the latest version:

```sh
nr1 update
Expand Down Expand Up @@ -82,8 +82,8 @@ Enter values into the fields under **Configure visualization properties** and se

Here is a list of resources for building custom visualizations:

- [Build a custom visualization for dashboards **(Guide)**](../../build-apps//build-visualization)
- [Custom visualizations and the New Relic One SDK **(Guide)**](../../build-apps/custom-visualizations-and-the-new-relic-one-sdk)
- [Build a custom visualization for dashboards **(Guide)**](/build-apps/build-visualization)
- [Custom visualizations and the New Relic One SDK **(Guide)**](/build-apps/custom-visualizations-and-the-new-relic-one-sdk)
- [Dashboards and Custom Visualizations **(Video)**](https://www.youtube.com/watch?v=_F61mxtKfGA)

## Customize your visualization
Expand All @@ -97,7 +97,7 @@ You have a lot of control over how your visualization operates. You can choose w
Here is a list of resources for configuring custom visualizations:

- [Configuration options **(Documentation)**](configuration-options)
- [Customize visualizations with configuration **(Guide)**](../../build-apps/customize-visualizations-with-configuration)
- [Customize visualizations with configuration **(Guide)**](/build-apps/customize-visualizations-with-configuration)
- [Configuring custom visualizations for dashboards **(Video)**](https://www.youtube.com/watch?v=sFpG_iG7Xa8)

## Use your custom visualization
Expand Down

0 comments on commit e0808f1

Please sign in to comment.