Skip to content

Commit 2b238d7

Browse files
authored
Merge pull request #6118 from segmentio/DOC-834
fixed broken npm link
2 parents 5f7516f + 415939e commit 2b238d7

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/custom-proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ To reduce fetching assets from Segment's CDN, you can bundle Analytics.js with y
179179
To bundle Analytics.js with your own code, you can:
180180
* [Use Analytics.js as an npm package](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2b-install-segment-as-a-npm-package).
181181

182-
* [Use npm to install your destinations](/docs/connections/sources/catalog/libraries/website/javascript/#add-destinations-from-npm).
182+
* [Use npm to install your destinations](/docs/connections/sources/catalog/libraries/website/javascript#add-destinations-from-npm).
183183

184184
* Hardcode your settings instead of fetching from the CDN (Segment doesn't recommend this as it completely bypasses the Segment source GUI).
185185
```ts

0 commit comments

Comments
 (0)