Skip to content

Commit

Permalink
Fix bad redirect(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
marekr committed Sep 16, 2020
1 parent a35e5c2 commit 524ffd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .docker/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ server {
}

location ~ ^/display/KICAD/Windows(.*) {
return 301 https://kicad-pcb.org/downloads/windows/;
return 301 https://kicad-pcb.org/download/windows/;
}

location ~ ^/display/KICAD/Installing(.*) {
return 301 https://kicad-pcb.org/downloads/;
return 301 https://kicad-pcb.org/download/;
}

location ~ ^/display/KICAD/Platforms(.*) {
return 301 https://kicad-pcb.org/downloads/;
return 301 https://kicad-pcb.org/download/;
}

location ~ ^/display/KICAD/Tutorials(.*) {
Expand Down

0 comments on commit 524ffd0

Please sign in to comment.