diff --git a/netlify_redirects.txt b/netlify_redirects.txt index 2636d26..e56c645 100644 --- a/netlify_redirects.txt +++ b/netlify_redirects.txt @@ -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!