feat: redirect code.elk.zone to github repository (#3166)

This commit is contained in:
Ayo Ayco 2025-01-31 04:18:46 +01:00 committed by GitHub
parent fce8d79c4d
commit 3d951ba44c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,3 +11,10 @@ from = "https://chat.elk.zone"
to = "https://discord.gg/vAZSDU9J" to = "https://discord.gg/vAZSDU9J"
status = 301 status = 301
force = true force = true
# Redirect to Discord server
[[redirects]]
from = "https://code.elk.zone"
to = "https://github.com/elk-zone/elk"
status = 301
force = true