Skip to content

Commit d0e1d60

Browse files
authored
Merge pull request element-hq#14905 from vector-im/jryans/rebrand-policy
Update policy links to element.io
2 parents 013aa0b + 886f060 commit d0e1d60

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

element.io/app/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"piwik": {
1818
"url": "https://piwik.riot.im/",
1919
"siteId": 1,
20-
"policyUrl": "https://matrix.org/legal/riot-im-cookie-policy"
20+
"policyUrl": "https://element.io/cookie-policy"
2121
},
2222
"roomDirectory": {
2323
"servers": [
@@ -30,11 +30,11 @@
3030
},
3131
"terms_and_conditions_links": [
3232
{
33-
"url": "https://riot.im/privacy",
33+
"url": "https://element.io/privacy",
3434
"text": "Privacy Policy"
3535
},
3636
{
37-
"url": "https://matrix.org/legal/riot-im-cookie-policy",
37+
"url": "https://element.io/cookie-policy",
3838
"text": "Cookie Policy"
3939
}
4040
]

element.io/develop/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"piwik": {
2929
"url": "https://piwik.riot.im/",
3030
"siteId": 1,
31-
"policyUrl": "https://matrix.org/legal/riot-im-cookie-policy"
31+
"policyUrl": "https://element.io/cookie-policy"
3232
},
3333
"roomDirectory": {
3434
"servers": [
@@ -41,11 +41,11 @@
4141
},
4242
"terms_and_conditions_links": [
4343
{
44-
"url": "https://riot.im/privacy",
44+
"url": "https://element.io/privacy",
4545
"text": "Privacy Policy"
4646
},
4747
{
48-
"url": "https://matrix.org/legal/riot-im-cookie-policy",
48+
"url": "https://element.io/cookie-policy",
4949
"text": "Cookie Policy"
5050
}
5151
]

0 commit comments

Comments
 (0)