diff options
author | 2021-05-14 21:40:08 +0800 | |
---|---|---|
committer | 2021-05-14 21:40:08 +0800 | |
commit | fbf47d1ff4eb25df6fb96dde7e0e46f95d9bfe52 (patch) | |
tree | ae0d04ed9270f6c4947d002518d7bc23e6b97215 | |
parent | Fix misleading coverage report. (diff) |
Add redirect to notion privacy location.
Since this is a backwards compatibility redirect, the page should
redirect the user rather than rely on the cloudflare worker.
-rw-r--r-- | pydis_site/apps/content/resources/privacy.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/apps/content/resources/privacy.md b/pydis_site/apps/content/resources/privacy.md index 88916b79..a2ab6f87 100644 --- a/pydis_site/apps/content/resources/privacy.md +++ b/pydis_site/apps/content/resources/privacy.md @@ -5,3 +5,8 @@ icon: fab fa-discord --- You should be redirected. If you are not, [please click here](https://www.notion.so/pythondiscord/Python-Discord-Privacy-ee2581fea4854ddcb1ebc06c1dbb9fbd). + +<script> + // Redirect visitor to the privacy page + window.location.href = "https://www.notion.so/pythondiscord/Python-Discord-Privacy-ee2581fea4854ddcb1ebc06c1dbb9fbd"; +</script> |