diff --git a/redirects.json b/redirects.json index 08aed537b..5b367f40b 100644 --- a/redirects.json +++ b/redirects.json @@ -3,5 +3,15 @@ "source": "/pt-BR/", "destination": "/", "permanent": true + }, + { + "source": "/pt-BR/path/front-end-angular/", + "destination": "/pt-BR/path/angular/", + "permanent": true + }, + { + "source": "/pt-BR/path/data-scientist/", + "destination": "/pt-BR/path/data-science/", + "permanent": true } ]