Move HTML chat redirect to _redirect file (#14601)

This commit is contained in:
Franck Nijhof 2020-09-28 12:19:08 +02:00 committed by GitHub
parent 4dad26665a
commit c6d7f2c200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -2,6 +2,7 @@
#
# General use redirects
/join-chat https://discord.gg/c5DvZ4e
/suggest-community-highlight https://docs.google.com/forms/d/e/1FAIpQLSd9VWPeVM0xg0swWL6kT3wkQUKt8vWsTL5WtPO95LAy-0cYZw/viewform
# Older development pages

View File

@ -1,3 +0,0 @@
<script>
document.location = 'https://discord.gg/c5DvZ4e';
</script>