Fix the remainder of the cookie links
Fixes https://github.com/vector-im/riot-web/issues/10362 Per https://github.com/vector-im/riot-web/pull/11998#issuecomment-577329852
This commit is contained in:
parent
d7e47841e5
commit
47d88d6b79
3 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@
|
|||
"text": "Privacy Policy"
|
||||
},
|
||||
{
|
||||
"url": "https://matrix.org/docs/guides/riot_im_cookie_policy",
|
||||
"url": "https://matrix.org/legal/riot-im-cookie-policy",
|
||||
"text": "Cookie Policy"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"text": "Privacy Policy"
|
||||
},
|
||||
{
|
||||
"url": "https://matrix.org/docs/guides/riot_im_cookie_policy",
|
||||
"url": "https://matrix.org/legal/riot-im-cookie-policy",
|
||||
"text": "Cookie Policy"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue