diff --git a/README.md b/README.md index c5da437..75e7850 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Bonus: # Installation guide -[Visit opt-out.ferank.eu](https://opt-out.ferank.eu/) +[Visit tarteaucitron.io](https://tarteaucitron.io/) # How to use @@ -51,7 +51,7 @@ tarteaucitron.init({ //"cookieDomain": ".my-multisite-domaine.fr", /* Shared cookie for subdomain website */ - "readmoreLink": "/cookiespolicy" /* Change the default readmore link pointing to opt-out.ferank.eu */ + "readmoreLink": "/cookiespolicy" /* Change the default readmore link pointing to tarteaucitron.io */ }); ``` diff --git a/tarteaucitron.js b/tarteaucitron.js index 921b6e0..67fc616 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -343,7 +343,7 @@ var tarteaucitron = { html += ' '; html += '
'; if (tarteaucitron.parameters.removeCredit === false) { - html += ' 🍋 ' + tarteaucitron.lang.credit + ''; + html += ' 🍋 ' + tarteaucitron.lang.credit + ''; } html += ' '; html += ' '; @@ -582,7 +582,7 @@ var tarteaucitron = { if (tarteaucitron.parameters.moreInfoLink == true) { - var link = 'https://opt-out.ferank.eu/service/' + service.key + '/'; + var link = 'https://tarteaucitron.io/service/' + service.key + '/'; if (service.readmoreLink !== undefined && service.readmoreLink !== '') { link = service.readmoreLink; } @@ -1604,7 +1604,7 @@ var tarteaucitron = { if (tarteaucitron.uuid !== '' && tarteaucitron.uuid !== undefined && tarteaucitron.proTemp !== '') { var div = document.getElementById('tarteaucitronPremium'), timestamp = new Date().getTime(), - url = 'https://opt-out.ferank.eu/log/?'; + url = 'https://tarteaucitron.io/log/?'; if (div === null) { return;