Skip to content

Commit b3bfd31

Browse files
authored
Merge pull request #13819 from newrelic/ally-sassman-patch-7
fix(docs): Update link to NPM install info
2 parents 348e666 + 7ee1080 commit b3bfd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/apis/nerdgraph/examples/browser-monitoring-config-nerdgraph.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Variables:
191191

192192
## Retrieve the application configuration [#retrieve-app-config]
193193

194-
You can retrieve the browser application configuration to use with the [npm package installation method](/docs/browser/browser-monitoring/installation/install-browser-monitoring-agent). Depending on your needs, the configuration can be returned in two different formats: a JSON encoded string for injection into the `head` element of your webpage and an object that can be used as is in your application source code.
194+
You can retrieve the browser application configuration to use with the [npm package installation method](https://www.npmjs.com/package/@newrelic/browser-agent). Depending on your needs, the configuration can be returned in two different formats: a JSON encoded string for injection into the `head` element of your webpage and an object that can be used as is in your application source code.
195195

196196
Query:
197197

0 commit comments

Comments
 (0)