Skip to content

Commit

Permalink
Add redirect to fix misprinted kit return instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 18, 2024
1 parent d143393 commit a8b58a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/srobo-nginx/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ http {

rewrite ^/tasks https://github.com/orgs/srobo/projects/24/ redirect;

# Fix misprinted kit return instructions
rewrite ^/kit/return /docs/kit/return redirect;

# SR Boards
rewrite ^/kch /docs/kit/brain_board redirect;
rewrite ^/mcv4 /docs/kit/motor_board redirect;
Expand Down

0 comments on commit a8b58a5

Please sign in to comment.