1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

fix broken backlinks with redirect rule

This commit is contained in:
David Young
2022-07-10 07:04:31 +12:00
parent 73b22e1f73
commit 635b43afb2

View File

@@ -15,10 +15,13 @@ https://geek-cookbook.funkypenguin.co.nz/recipies/* https://geek-cookbook.funkyp
# Prefer "docker-swarm" to "ha-docker-swarm"
/ha-docker-swarm/* /docker-swarm/:splat 301!
# Recipes is plural now
/recipe/* /recipes/:splat 301!
# Old backlinks which we need to redirect to working URLs
/kubernetes/start/ /kubernetes/ 301!
/kubernetes/diycluster/ /kubernetes/cluster/ 301!
/recipes/autopirate/mylarr/ recipes/autopirate/mylar/ 301!
/recipes/autopirate/mylarr/ /recipes/autopirate/mylar/ 301!