Merge pull request #168 from betagouv/laem-patch-1

🐛 Oubli d'un s dans http pour l'option de non suivi Piwki
pull/169/head
Mael 2018-02-05 21:27:56 +01:00 committed by GitHub
commit 2573a3e80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ export default class About extends Component {
recommandations de la CNIL
</a>.
</p>
<iframe src="http://stats.data.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=fr" />
<iframe src="https://stats.data.gouv.fr/index.php?module=CoreAdminHome&action=optOut&language=fr" />
</section>
)
}