Skip to content

Commit 31ab128

Browse files
authored
Merge pull request #4235 from segmentio/sarahrudy-patch-9
Fix path for https://cdn.segment.com/v1/*
2 parents 13304c9 + 4b93e42 commit 31ab128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/website/javascript/upgrade-to-ajs2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Analytics.js 2.0 loads new files not usually loaded with Analytics.js Classic, s
6767
**Option 1**: Update the proxy so that:
6868

6969
`https://cdn.yourdomain.com/analytics.js/*` maps to `https://cdn.segment.com/analytics.js/*`
70-
`https://cdn.yourdomain.com/analytics.js/*` maps to `https://cdn.segment.com/v1/*`
70+
`https://cdn.yourdomain.com/v1/*` maps to `https://cdn.segment.com/v1/*`
7171
`https://cdn.yourdomain.com/analytics-next/*` maps to `https://cdn.segment.com/analytics-next/*`
7272
`https://cdn.yourdomain.com/next-integrations/*` maps to `https://cdn.segment.com/next-integrations/*`
7373

0 commit comments

Comments
 (0)