chore(docs): redirect properly from /docs/docs
This commit is contained in:
parent
b167aac624
commit
8aa646e4d9
1 changed files with 4 additions and 0 deletions
|
@ -18,4 +18,8 @@ server {
|
|||
location /docs/contact {
|
||||
return 301 $scheme://vikunja.io/en/contact;
|
||||
}
|
||||
|
||||
location /docs/docs {
|
||||
return 301 $scheme://vikunja.io/docs;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue