Skip to content

Commit b7bbc20

Browse files
Merge pull request #715 from appwrite/fix-dpa-link
2 parents 5c1cc01 + 20e93c6 commit b7bbc20

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

src/routes/console/organization-[organization]/settings/downloadDPA.svelte

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,13 @@
3131
</h6>
3232
<p class="text u-margin-block-start-8">
3333
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.
34+
Appwrite and the organization when personal data is processed. <a
35+
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+
>.
3641
</p>
3742
<Button
3843
secondary

0 commit comments

Comments
 (0)