Skip to content

Commit adb3b96

Browse files
committed
IBX-9107 Changed url in example
1 parent fb67f6d commit adb3b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/personalization/tracking_with_ibexa-tracker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ the closing `</head>` tag.
4444
var yc = document.createElement('script');
4545
yc.type = 'text/javascript';
4646
yc.async = true;
47-
yc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.perso.ibexa.co/ibexa-tracker.js';
47+
yc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.perso.ibexa.co/ibexa-tracker.min.js';
4848
var ycs = document.getElementsByTagName('script')[0];
4949
ycs.parentNode.insertBefore(yc, ycs);
5050
})();

0 commit comments

Comments
 (0)