feat: redirect code.elk.zone to github repository (#3166)
This commit is contained in:
parent
fce8d79c4d
commit
3d951ba44c
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue