Skip to content

Commit 15e1b32

Browse files
committed
fix: update email contact in privacy policy
1 parent 5073004 commit 15e1b32

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
function pageFooter(hook, vm) {
5757
var footer = [
5858
'<footer>',
59-
'<a href="#/privacy_policy" target="_blank">Privacy Policy</a>',
59+
'<a href="#/privacy_policy">Privacy Policy</a>',
6060
'</footer>',
6161
].join('');
6262

docs/privacy_policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Responsible entity:**
66
JRTC.dev
7-
Email: [privacy@jrtc.dev](mailto:privacy@jrtc.dev)
7+
Email: [contact@jrtc.dev](mailto:contact@jrtc.dev)
88

99
---
1010

@@ -46,7 +46,7 @@ You also have the right to lodge a complaint with a **data protection authority*
4646
## 4. Contact
4747

4848
If you have any questions or concerns regarding this privacy policy or your personal data, please contact us at:
49-
[privacy@jrtc.dev](mailto:privacy@jrtc.dev)
49+
[contact@jrtc.dev](mailto:contact@jrtc.dev)
5050

5151
---
5252

0 commit comments

Comments
 (0)