There was an error while loading. Please reload this page.
2 parents 5c1cc01 + 20e93c6 commit b7bbc20Copy full SHA for b7bbc20
1 file changed
src/routes/console/organization-[organization]/settings/downloadDPA.svelte
@@ -31,8 +31,13 @@
31
</h6>
32
<p class="text u-margin-block-start-8">
33
The DPA is a legal document that describes the roles and responsibilities of
34
- Appwrite and the organization when personal data is processed. Learn more about the
35
- DPA.
+ Appwrite and the organization when personal data is processed. <a
+ class="link"
36
+ target="_blank"
37
+ rel="noopener noreferrer"
38
+ href="https://appwrite.io/docs/advanced/security/gdpr#dpa"
39
+ >Learn more about the DPA</a
40
+ >.
41
</p>
42
<Button
43
secondary
0 commit comments