Skip to content

Commit 4b93e42

Browse files
authored
I had a typo when I originally added this to our docs. It should be `https://cdn.yourdomain.com/v1/*` maps to `https://cdn.segment.com/v1/*`.
1 parent f9c7cef commit 4b93e42

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)