fix: tos and privacy links (#1877)

* fix: update tos and privacy policy links

* fix: DE tos privacy

* Update app.component.html

Co-authored-by: Maximilian Panne <maximilian.panne@gmail.com>
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
mffap
2021-06-16 11:09:15 +02:00
committed by GitHub
parent 48e3f90db4
commit 62b04502a1
4 changed files with 16 additions and 16 deletions

View File

@@ -105,11 +105,11 @@ module.exports = {
},
{
label: 'Terms and Conditions',
href: 'https://zitadel.ch/pdf/tos.pdf',
href: 'https://docs.zitadel.ch/docs/legal/terms-of-service',
},
{
label: 'Privacy Policy',
href: 'https://zitadel.ch/pdf/privacy.pdf',
href: 'https://docs.zitadel.ch/docs/legal/privacy-policy',
},
],
},