diff --git a/aio/firebase.json b/aio/firebase.json index 09c1b8cca7599..89a056181eef4 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -75,6 +75,7 @@ {"type": 301, "source": "/getting-started", "destination": "/start"}, {"type": 301, "source": "/getting-started/:rest*", "destination": "/start/:rest*"}, {"type": 301, "source": "/guide/displaying-data", "destination": "/start#template-syntax"}, + {"type": 301, "source": "/guide/ivy", "destination": "https://v12.angular.io/guide/ivy"}, {"type": 301, "source": "/guide/updating-to-version-10", "destination": "https://v10.angular.io/guide/updating-to-version-10"}, {"type": 301, "source": "/guide/updating-to-version-11", "destination": "https://v11.angular.io/guide/updating-to-version-11"}, {"type": 301, "source": "/guide/updating-to-version-12", "destination": "/guide/update-to-latest-version"}, diff --git a/aio/tests/deployment/shared/URLS_TO_REDIRECT.txt b/aio/tests/deployment/shared/URLS_TO_REDIRECT.txt index 8a0adc8324f7c..9379d3da10277 100644 --- a/aio/tests/deployment/shared/URLS_TO_REDIRECT.txt +++ b/aio/tests/deployment/shared/URLS_TO_REDIRECT.txt @@ -205,6 +205,7 @@ /guide/displaying-data --> /start#template-syntax /guide/i18n --> /guide/i18n-overview /guide --> /docs +/guide/ivy --> https://v12.angular.io/guide/ivy /guide/learning-angular --> /start /guide/learning-angular.html --> /start /guide/metadata --> /guide/aot-compiler